xinglijun1973 commented on issue #14334: URL: https://github.com/apache/shardingsphere/issues/14334#issuecomment-1220405377
if use oracle's rownun alias in where, it means use the "order by" exists in the rownum's from sub query. ex: select * from (select t.*, rownum r from (select * from a order by a.name)t ) where r<10, we must add order by xxx when merging results although it is not in the outer statement. -- 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]
