You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Terry Wang (Jira)" <ji...@apache.org> on 2019/12/04 02:49:00 UTC

[jira] [Commented] (FLINK-15026) Support database DDLs in SQL CLI

    [ https://issues.apache.org/jira/browse/FLINK-15026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16987466#comment-16987466 ] 

Terry Wang commented on FLINK-15026:
------------------------------------

Hi Danny, I'd like to take it.

> Support database DDLs in SQL CLI
> --------------------------------
>
>                 Key: FLINK-15026
>                 URL: https://issues.apache.org/jira/browse/FLINK-15026
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / Client
>    Affects Versions: 1.9.1
>            Reporter: Danny Chen
>            Priority: Major
>             Fix For: 1.10.0
>
>
> Support DDL as following:
> {code:sql}
> CREATE DATABASE [ IF NOT EXISTS ] [ catalogName.] dataBaseName [ COMMENT database_comment ] [WITH ( name=value [, name=value]*)]
> DROP DATABASE [ IF EXISTS ] [ catalogName.] dataBaseName [ (RESTRICT|CASCADE)]
> ALTER DATABASE [ catalogName.] dataBaseName SET ( name=value [, name=value]*)
> USE [ catalogName.] dataBaseName
> {code}



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