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 2020/08/28 10:52:09 UTC

[GitHub] [shardingsphere] kimmking commented on issue #7129: left join can not be routed

kimmking commented on issue #7129:
URL: https://github.com/apache/shardingsphere/issues/7129#issuecomment-682460781


   you can try:
   ```
   select ...
   from A left join B on a.id = b.id 
   where b.key = ? ...
   ```


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