abcwangjingjing opened a new issue #2383: 3.0.0不支持条件是name的关键字条件查询 URL: https://github.com/apache/incubator-shardingsphere/issues/2383 sql:select * from 表名 where name = '全局配置' , 数据库里这条能查出来,但是使用sharding是查不出来的,name 加不加那个引号都不行。而name改成id就可以。 以下写法均不行: select * from 表名 t where `name`= '全局配置' select * from 表名 t where t.`name`= '全局配置' select * from 表名 t where t. name = '全局配置'
---------------------------------------------------------------- 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] With regards, Apache Git Services
