Reset
The RESET statement is used to delete all existing records in a table.
RESET table_name
You can also reset all tables by using the wildcard character.
RESET *
The RESET statement is used to delete all existing records in a table.
RESET table_name
You can also reset all tables by using the wildcard character.
RESET *