You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/05 03:22:02 UTC

[GitHub] [flink] KurtYoung commented on issue #10410: [FLINK-14692][table]support rename/alter table in tableEnvironment in both flink/blink planner

KurtYoung commented on issue #10410: [FLINK-14692][table]support rename/alter table in tableEnvironment in both flink/blink planner
URL: https://github.com/apache/flink/pull/10410#issuecomment-561950130
 
 
   Paste sql standard here for later usage:
   
   ```<alter table statement> ::=
     ALTER TABLE <table name> <alter table action>
   
   <alter table action> ::=
       <add column definition>
     | <alter column definition>
     | <drop column definition>
     | <add table constraint definition>
     | <alter table constraint definition>
     | <drop table constraint definition>
     | <add table period definition>
     | <drop table period definition>
     | <add system versioning clause>
     | <drop system versioning clause>
   
   <add column definition> ::=
     ADD [ COLUMN ] <column definition>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services