Qianyi951015 opened a new issue, #22069: URL: https://github.com/apache/shardingsphere/issues/22069
### Which version of ShardingSphere did you use? 1fb8766851700ec17f2d4b2967a63bc42985288c ### Expected behavior parse SELECT PERCENTILE_DISC statement ### Actual behavior cannot parse SELECT PERCENTILE_DISC statement ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. ```sql SELECT last_name, salary, department_id, PERCENTILE_DISC(0.5) WITHIN GROUP (ORDER BY salary DESC) OVER (PARTITION BY department_id) "Percentile_Disc" FROM employees WHERE department_id in (30, 60) ORDER BY last_name, salary, department_id; ``` -- 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]
