You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "tartarus (Jira)" <ji...@apache.org> on 2022/07/08 08:45:00 UTC

[jira] [Created] (FLINK-28463) Flink SQL syntax support CREATE TABLE AS SELECT(CTAS)

tartarus created FLINK-28463:
--------------------------------

             Summary: Flink SQL syntax support CREATE TABLE AS SELECT(CTAS)
                 Key: FLINK-28463
                 URL: https://issues.apache.org/jira/browse/FLINK-28463
             Project: Flink
          Issue Type: Sub-task
            Reporter: tartarus


Support CTAS(CREATE TABLE AS SELECT) syntax
{code:java}
CREATE TABLE [ IF NOT EXISTS ] table_nameĀ 
[ WITH ( table_properties ) ]
[ AS query_expression ] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)