TRUNCATE
Deletes all the rows from
notes
table
TRUNCATE notes;
The same as the query above - deletes all rows
TRUNCATE TABLE notes;
Note: The two queries are aliases for each other
by Valeri Tandilashvili
4 years ago
MySQL
TRUNCATE
1
Pro tip: use ```triple backticks around text``` to write in code fences