qiuweilu commented on issue #28397:
URL:
https://github.com/apache/shardingsphere/issues/28397#issuecomment-1752772171
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc-core</artifactId>
<version>5.4.0</version>
</dependency>
part_cmnt 指定了分表规则
SQL语句中直接指定某张表 part_cmnt_${bizFkid} 报错,但是如果不指定就会遍历 M*N次查询
@strongduanmu 对于复杂查询,指定数据表会报错,这个有什么办法可以处理
--
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]