lcjing commented on issue #31618:
URL: 
https://github.com/apache/shardingsphere/issues/31618#issuecomment-2164181535

   
   
   * Hello, Thank you for addressing this issue, but now I am returning to my 
initial question. Does ShardingJDBC not support specifying database names with 
SQL statements? For example:
   
   ```xml
   select * from db_user.t_user_log where user_id = "123";
   ```
   
    
   
   * Executing this SQL statement will result in an error:
   
   ```properties
   Error preparing statement.  Cause: 
org.apache.shardingsphere.infra.exception.kernel.metadata.TableNotFoundException:
 Table or view 't_user_log' does not exist.
   ```
   
   


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