Open GiftLee opened 2 years ago
http://dl.mycat.org.cn/2.0/1.22-release/mycat2-1.22-release-jar-with-dependencies-2022-5-11.jar
生成的sql,没有在索引名称前后加 `` ,导致错误:select * from table1 FORCE index (
table1.index1`)
mycat生成的sql:
select * from table1 FORCE index (table1.index1)
sql 如下
select * from table1 FORCE index (index1)
会报如下错误: