[jira] [Created] (FLINK-18569) Add Table.limit() which is the equivalent of SQL LIMIT

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-18569) Add Table.limit() which is the equivalent of SQL LIMIT

Shang Yuanchun (Jira)
Aljoscha Krettek created FLINK-18569:
----------------------------------------

             Summary: Add Table.limit() which is the equivalent of SQL LIMIT
                 Key: FLINK-18569
                 URL: https://issues.apache.org/jira/browse/FLINK-18569
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / API, Table SQL / Planner, Table SQL / Runtime
            Reporter: Aljoscha Krettek


Currently, you can run a SQL query like {{select * FROM (VALUES 'Hello', 'CIAO', 'foo', 'bar') LIMIT 2;}} but you cannot run the equivalent in the Table API.



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