摘要:
ALTER TABLE table_name DISABLE CONSTRAINT constraint_name; select * from all_constraints where owner = 'SCOTT' and constraint_name = 'SYS_C007539'; select*from all_constraints whe... 阅读全文
posted @ 2016-12-16 14:18
johnsonshu
阅读(762)
评论(0)
推荐(0)