Hi Community,
I found Trino supports OFFSET clause appears before LIMIT clause, otherwise
Calcite supports OFFSET clause appears after LIMIT clause.
I want to extract the OFFSET clause as a production rule and put it on the
both before and after LIMIT clause position in an optional way.
How do you think?

Reply via email to