number68 opened a new issue #12176:
URL: https://github.com/apache/shardingsphere/issues/12176


   ## Question
   
   Can shardingsphere 5.0.0 beta version support joining tables per from 
different db?
   
   I found an exciting new feature in shardingsphere 5.0.0 beta version release 
note , details in below pic:
   
![image](https://user-images.githubusercontent.com/23182143/131814073-cce729fe-d319-4fb9-9cb6-b210585c9ee1.png)
   
   But i can't follow what it exactly means.
   
   Can shardingsphere 5.0.0 beta version support joining tables per from 
different db?
   
   For example, a from db1,b from db2,maybe a,b have sharding rules(not 
important here).
   select a.name, b.name
   from a,b 
   where a.bid = b.id
   and a.name like "%xxx%";
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to