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 11:29:58 UTC

[GitHub] [shardingsphere] mark4z commented on issue #7129: Sharding key in ON-Clause(Not Where-Clause) cause a error "No Sharding Key"

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


   > you can try:
   > 
   > ```
   > select ...
   > from A left join B on a.id = b.id 
   > where b.key = ? ...
   > ```
   
   You know, left join  in ON-Clause equals inner join


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