zhangwangren opened a new issue #12967: URL: https://github.com/apache/shardingsphere/issues/12967
## Question how can i use normal table(have no use sharding) left join broadcast table? for example: #broadcast table spring.shardingsphere.sharding.broadcast-tables=t_config #normal table t_order when i try SELECT * FROM t_order LEFT JOIN t_config ON XXX it throws Exception : Caused by: org.apache.calcite.sql.validate.SqlValidatorException: Expression 'rwd.TM' is not being grouped pls help!!! -- 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]
