This command is used to clear all data in a specific table.
TRUNCATE TABLE tableIdentifier
Parameter |
Description |
---|---|
tableIdentifier |
Table name. |
truncate table h0_1;
Data in the table is cleared. You can run the QUERY statement to check whether data in the table has been deleted.