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/16 02:35:08 UTC

[GitHub] [flink] zjuwangg commented on a change in pull request #10565: [FLINK-15190][doc]add documentation for DDL in FLIP-69

zjuwangg commented on a change in pull request #10565: [FLINK-15190][doc]add documentation for DDL in FLIP-69
URL: https://github.com/apache/flink/pull/10565#discussion_r358032919
 
 

 ##########
 File path: docs/dev/table/sql.md
 ##########
 @@ -1434,6 +1434,79 @@ If the table does not exist, nothing happens.
 
 {% top %}
 
+### Alter Table
+
+* Rename Table
+
+{% highlight sql %}
+ALTER TABLE [catalog_name.][db_name.]table_name RENAME TO new_table_name
 
 Review comment:
   We don't support  [IGNORE IF NOT EXISTS] here

----------------------------------------------------------------
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