Article 3.6.1AD: In SQL, how to clear all the rows in one query?
Article 3.6.1AD: In SQL, how to clear all the rows in one query?
If you want to delete all the rows in a table, use the below command.
Click new query and type this command - truncate table "TableName".
FYR - Kindly have a look at the attached image.