Difference between revisions of "Msql - Squirrel"

From Blue-IT.org Wiki

(Created page with "== Tables == === TRUNCATE === To delete all table data but preserve the table data do: TRUNCATE TABLE [datatbase].[prefix].[tablename]")
(No difference)

Revision as of 11:00, 8 May 2014

Tables

TRUNCATE

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

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