SunJiFengPlus opened a new issue #9209:
URL: https://github.com/apache/shardingsphere/issues/9209
## Question
After I split the table, I will encounter the table not exist exception when
querying. I don't want to catch and handle this exception in the business. Is
there any good way to deal with this situation?
For example I have these tables: ```order2020-02```, ```order2020-03```
and i want to execute this sql
``` sql
SELECT * FROM order WHERE month IN("2020-01", "2020-02", "2020-03");
```
I will get an exception
----------------------------------------------------------------
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]