RaigorJiang commented on issue #29569:
URL: 
https://github.com/apache/shardingsphere/issues/29569#issuecomment-1871202773

   @prefect1005 
   OK, so you just want to access tables in multiple data sources, not multiple 
logic data bases.
   let's do two things:
   1. Configure single rule `*.*`;  
([link](https://shardingsphere.apache.org/document/5.4.1/en/user-manual/shardingsphere-jdbc/yaml-config/rules/single/))
   2. Use table name directly when executing SQL (select * from table2)
   > Note that this only applies to the case where there are no tables with the 
same name in data source 1 and data source 2.
   


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