Amend the SQL to include:
SET FOREIGN_KEY_CHECKS=0;
before the "INSERT INTO" section of the load script.
Modified on: Wed, 18 Dec, 2019 at 3:48 PM
Amend the SQL to include:
SET FOREIGN_KEY_CHECKS=0;
before the "INSERT INTO" section of the load script.
Did you find it helpful? Yes No
Send feedback