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/03/31 06:48:00 UTC

[jira] [Created] (FLINK-26942) Support SELECT clause in CREATE TABLE(CTAS)

tartarus created FLINK-26942:
--------------------------------

             Summary: Support SELECT clause in CREATE TABLE(CTAS)
                 Key: FLINK-26942
                 URL: https://issues.apache.org/jira/browse/FLINK-26942
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / Planner
            Reporter: tartarus
             Fix For: 1.16.0


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.1#820001)