You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/06/09 11:35:20 UTC

[GitHub] [shardingsphere] totalo edited a comment on issue #10584: When SQL contains aliases, the table name cannot be found correctly, resulting in the corresponding column not being found

totalo edited a comment on issue #10584:
URL: https://github.com/apache/shardingsphere/issues/10584#issuecomment-857619618


   > But my test case is OK, did you modify the SQL?
   
   @RaigorJiang Sorry for being late.I modified selectAll in OrderItemMapper.xml from `SELECT * from t_order_item` to `SELECT i.* FROM t_order o, t_order_item i WHERE o.order_id = i.order_id;`, and then an exception occurred.


-- 
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:
users@infra.apache.org