There is 'Constraints' folder under the table
来源:
ExpectingMM
于
2009-12-09 11:24:02
[
旧帖
] [
给我悄悄话
] 本文已被阅读:次
For removing constraint, use the following command.
ALTER TABLE [table_name]
DROP CONSTRAINT [Constraints_name]