sandynz commented on issue #24286:
URL: 
https://github.com/apache/shardingsphere/issues/24286#issuecomment-1471852781

   Hi @wangtiewu , I tested on proxy (master branch) with similar SQL, there's 
no exception thrown.
   ```
   select a.* from t_order a inner join (select order_id from t_order_item 
order by item_id desc limit 1,10) as b on a.order_id=b.order_id;
   ```
   
   Could you try latest version 5.3.1?


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