Skip to content

Commit

Permalink
Add document for the TRUNCATE TABLE DDL statement
Browse files Browse the repository at this point in the history
  • Loading branch information
macroguo-ghy committed Mar 8, 2024
1 parent 42c39a7 commit d16b082
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/_docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3538,6 +3538,10 @@ dropTypeStatement:

dropFunctionStatement:
DROP FUNCTION [ IF EXISTS ] name

truncateTableStatement:
TRUNCATE TABLE name
[ CONTINUE IDENTITY | RESTART IDENTITY ]
{% endhighlight %}

In *createTableStatement*, if you specify *AS query*, you may omit the list of
Expand Down

0 comments on commit d16b082

Please sign in to comment.