Answers for "ERROR 1451: 1451: Cannot delete or update a parent row: a foreign key constraint fails"

0

ERROR 1451: 1451: Cannot delete or update a parent row: a foreign key constraint fails

SET FOREIGN_KEY_CHECKS=0; -- to disable them
SET FOREIGN_KEY_CHECKS=1; -- to re-enable them
Posted by: Guest on September-20-2021

Code answers related to "ERROR 1451: 1451: Cannot delete or update a parent row: a foreign key constraint fails"

Browse Popular Code Answers by Language