xinglijun1973 commented on issue #17477:
URL: 
https://github.com/apache/shardingsphere/issues/17477#issuecomment-1229676154

   @pcyan  It seems that the table alias `t2` is missing from the above 
statement. I use the following statement to execute correctly: 
   `select *
     from (select t1."num", rownum as "rownum_"
             from (select 'a' as "num" from dual) t1) t2
    where t2."rownum_" > 0
      and t2."rownum_" <= 10
   `


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