ERROR 1452: Cannot add or update a child row: a foreign key constraint fails on DELETE operation?

前端 未结 0 486
南旧
南旧 2020-12-31 05:33

I\'m trying to DELETE a record from db (mySQL Workbench) and I get the constraints error.

Executing:
DELETE FROM `users` WHERE (`ID` = \'27\');

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题