You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "sandynz (via GitHub)" <gi...@apache.org> on 2023/03/16 12:16:52 UTC

[GitHub] [shardingsphere] sandynz commented on issue #24286: select * INNER JOIN Column index out of range

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org