Thursday, November 20, 2014

MySQL delete all rows of tables back to zero id

To delete all rows in the table following these codes:
TRUNCATE first_table;
TRUNCATE second_table;
TRUNCATE third_table;
TRUNCATE fourth_table;

No comments:

Post a Comment