Return to Snippet

Revision: 72302
at July 5, 2017 00:51 by erraja_07


Initial Code
set foreign_key_checks=0; truncate goco_product_master; set foreign_key_checks=1;

Initial URL


Initial Description
to truncate table with foreign keys

Initial Title
Mysql SET Foreign_key_check=0

Initial Tags


Initial Language
MySQL