z3sm opened a new issue #7477:
URL: https://github.com/apache/shardingsphere/issues/7477


   I have a query sql like this:
   
   `select * from table_a a left join table_b b on a.id=b.a_id where a.id = 
'XX';
   `
   
   table_a:configure it by broadcast tables
   table_b:not configure it by broadcast tables.
   occured an error:
   `com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 
'ds.table_b' doesn't exist。
   `
   How to configure table_b's datasource on this case?
   
   I hope this query from default datasource.
   
   Looking forward to your reply 
   
   Thanks


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


Reply via email to