Qianyi951015 opened a new issue, #22074: URL: https://github.com/apache/shardingsphere/issues/22074
### Which version of ShardingSphere did you use? 3f266392ab8a442e92b2713a858f6ef69f424d6a ### Expected behavior parse SELECT CUME_DIST statement ### Actual behavior cannot parse SELECT CUME_DIST statement ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. ```sql SELECT CUME_DIST(15500, .05) WITHIN GROUP (ORDER BY salary, commission_pct) 'Cume-Dist of 15500' FROM employees; ``` -- 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]
