julianhyde commented on PR #3062:
URL: https://github.com/apache/calcite/pull/3062#issuecomment-1425396856

   Translation:
   
   The presto paging statement is:
   SELECT * FROM db1.tb1 offset 100 limit 20;
   The original version defaults to spelling limit first and then offset, which 
does not conform to presto syntax
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to