strongduanmu opened a new issue, #19647:
URL: https://github.com/apache/shardingsphere/issues/19647

   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   
   
https://github.com/apache/shardingsphere/commit/55a2123ed5ff9516ea29b204514e675a170ecc9c
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   
   ShardingSphere-Proxy
   
   ### Expected behavior
   
   Execute `PREVIEW SELECT * FROM ASW_DEPS WHERE BU_CODE = 'WTCMY'` 
successfully.
   
   ### Actual behavior
   
   ```
   mysql> PREVIEW SELECT * FROM ASW_DEPS WHERE BU_CODE = 'WTCMY';
   ERROR 1049 (42000): Unknown database 'RTS_STOCK'
   mysql> PREVIEW SELECT * FROM ASW_DEPS WHERE BU_CODE = 'WTCMY';
   ERROR 1049 (42000): Unknown database 'RTS_STOCK'
   ```
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).
   


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