So you need to empty the table use the following command
TRUNCATE TABLE
empties a table completely. Logically, this is equivalent to a DELETE
statement that deletes all rows, but there are practical differences under some circumstancesTRUNCATE tbl_name
TRUNCATE TABLE
empties a table completely. Logically, this is equivalent to a DELETE
statement that deletes all rows, but there are practical differences under some circumstances.
0 comments:
Post a Comment