You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Aljoscha Krettek (Jira)" <ji...@apache.org> on 2020/07/10 14:32:00 UTC

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

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)