Msql - Squirrel

From Blue-IT.org Wiki

Revision as of 11:00, 8 May 2014 by Apos (talk | contribs) (TRUNCATE)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tables

TRUNCATE

To delete all table data but preserve the table data do:

TRUNCATE TABLE [database].[prefix].[tablename]