📜  取消选中约束并从表中删除 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:30.432000             🧑  作者: Mango

代码示例1
alter table MyOtherTable nocheck constraint all
delete from MyTable
alter table MyOtherTable check constraint all