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: [email protected]
