2009-02-17 67 views

回答

0

看information_schema.constraint_column_usage

select column_name from information_schema.constraint_column_usage 
where constraint_name = 'your constraint' 
+0

完美,谢谢! – 2009-02-17 21:02:14