[
https://issues.apache.org/jira/browse/CALCITE-5688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17735957#comment-17735957
]
Jiajun Xie edited comment on CALCITE-5688 at 6/22/23 3:06 AM:
--------------------------------------------------------------
I implemented it in server module and changed the Jira summary.
was (Author: jiajunbernoulli):
I implement it in the server module and change the Jira summary.
> Support TRUNCATE TABLE DDL statement in server module
> -----------------------------------------------------
>
> Key: CALCITE-5688
> URL: https://issues.apache.org/jira/browse/CALCITE-5688
> Project: Calcite
> Issue Type: Improvement
> Components: server
> Reporter: Sumeet
> Priority: Minor
> Labels: pull-request-available
>
> Calcite should support parse truncate syntax like SQL2011
> {code:java}
> <truncate table statement> ::=
> TRUNCATE TABLE <target table> [ <identity column restart option> ]
> <identity column restart option> ::=
> CONTINUE IDENTITY
> | RESTART IDENTITY {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)