hsyuan commented on pull request #1995:
URL: https://github.com/apache/calcite/pull/1995#issuecomment-639850789


   How about this:
   ```sql
   select * from (select a,b,c from foo oder by a desc, b desc limit 10) foo
   join bar on foo.a = bar.a
   order by foo.a desc, foo.b desc;
   ```


----------------------------------------------------------------
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.

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


Reply via email to