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

   ## Question
   
   使用环境:
   jdk8
   springboot2.7.11
   shardingsphere5.4.1
   
   场景、问题:
   databaseName: ds
   table: t_user,t_order_0,t_order_1
   通过Yaml配置数据源及分表策略,增删查改不参与分库分表的表时,提示表不存在。
   
   sql:select * from ds.t_user 
   
   提示 nested exception is org.apache.ibatis.executor.ExecutorException: Error 
preparing statement.  Cause: 
org.apache.shardingsphere.infra.exception.TableNotExistsException: Table or 
view `t_user` 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