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

 ##########
 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:
   do we 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:
[email protected]


With regards,
Apache Git Services

Reply via email to