dbzzzzz opened a new issue #10618: URL: https://github.com/apache/shardingsphere/issues/10618
### Is your feature request related to a problem? group by + having does not support, the error is as below: mysql> select USER_ID,sum(ORDER_ID) from t_order group by USER_ID having sum(ORDER_ID)>1100; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'having sum(ORDER_ID)>1100' at line 1 ### Describe the feature you would like. -- 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]
