You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "sam lin (Jira)" <ji...@apache.org> on 2020/08/17 17:12:00 UTC

[jira] [Closed] (FLINK-17852) FlinkSQL support WITH clause in query statement

     [ https://issues.apache.org/jira/browse/FLINK-17852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sam lin closed FLINK-17852.
---------------------------
    Resolution: Fixed

> FlinkSQL support WITH clause in query statement
> -----------------------------------------------
>
>                 Key: FLINK-17852
>                 URL: https://issues.apache.org/jira/browse/FLINK-17852
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table SQL / API
>            Reporter: sam lin
>            Priority: Major
>
> Many modern SQL language support WITH clause in query statement.  e.g.
> ```
> WITH myName AS (
>   select * from table where ...
> )
> select column1 from myName
> ```
> e.g. In BeamSQL supports this: [https://beam.apache.org/documentation/dsls/sql/calcite/query-syntax/] 
> query_statement: [ WITH with_query_name AS ( query_expr ) [, ...] ] query_expr.
> In presto, supports this as well: [https://prestodb.io/docs/current/sql/select.html#with-clause]



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