Msql - Squirrel

From Blue-IT.org Wiki

Revision as of 11:00, 8 May 2014 by Apos (talk | contribs) (Created page with "== Tables == === TRUNCATE === To delete all table data but preserve the table data do: TRUNCATE TABLE [datatbase].[prefix].[tablename]")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tables

TRUNCATE

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

TRUNCATE TABLE [datatbase].[prefix].[tablename]