[
https://issues.apache.org/jira/browse/CALCITE-5688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jiajun Xie updated CALCITE-5688:
--------------------------------
Description:
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}
> 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)