Skip to content

Support offset after limit in queries #7553

Description

@reugn

The following query

select * from schema limit 1 offset 1;

fails with
Query failed: line 1:32: mismatched input 'offset'. Expecting: <EOF>
while

select * from schema offset 1 limit 1;

works as expected using the Trino CLI client.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions