Content deleted Content added
m Task 18 (cosmetic): eval 5 templates: hyphenate params (4×); |
Tag: Reverted |
||
Line 92:
The ''TRUNCATE'' statement is used to delete all data from a table. It's much faster than ''DELETE''.
TRUNCATE TABLE table_name;
</syntaxhighlight>
|