mark4z opened a new issue #7129: URL: https://github.com/apache/shardingsphere/issues/7129
## Bug Report when i want do like this: select ... from A left join B on a.id = b.id and b.`key` = ? where ... B has been sharding and the key is `key` A has more rows than B,so if i use left join, i should put the predicates on `on` rather than `where`. but i got a error which said me have not Sharding Key. ### Which version of ShardingSphere did you use? 4.0.1 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC ---------------------------------------------------------------- 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: [email protected]
