You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Danny Chen (Jira)" <ji...@apache.org> on 2019/12/03 06:28:00 UTC

[jira] [Created] (FLINK-15027) Support alter table DDLs in SQL CLI

Danny Chen created FLINK-15027:
----------------------------------

             Summary: Support alter table DDLs in SQL CLI
                 Key: FLINK-15027
                 URL: https://issues.apache.org/jira/browse/FLINK-15027
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / Client
    Affects Versions: 1.9.1
            Reporter: Danny Chen
             Fix For: 1.10.0


Support syntax as following:

{code:sql}
ALTER TABLE [[catalogName.] dataBasesName].tableName RENAME TO newTableName

ALTER TABLE [[catalogName.] dataBasesName].tableName SET ( name=value [, name=value]*)
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)