📜  外键集 0 - SQL 代码示例

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

代码示例2
-- Specify to check foreign key constraints (this is the default)
    SET FOREIGN_KEY_CHECKS = 1;
 
   -- Do not check foreign key constraints
    SET FOREIGN_KEY_CHECKS = 0;