Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Calcite should support parse truncate syntax like SQL2011
<truncate table statement> ::= TRUNCATE TABLE <target table> [ <identity column restart option> ] <identity column restart option> ::= CONTINUE IDENTITY | RESTART IDENTITY