Is it possible to delete a row from a table with dependencies? I tried the command
ALTER TABLE MinhaTabela NOCHECK CONSTRAINT ALL
But the error appears
Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOCHECK CONSTRAINT ALL
What's wrong?