Qianyi951015 opened a new issue, #22061:
URL: https://github.com/apache/shardingsphere/issues/22061

   ### Which version of ShardingSphere did you use?
   e9c7eebab9022460e26399b4412f717bed906e12
   ### Expected behavior
   parse SELECT PERCENT_CONT statement
   ### Actual behavior
   cannot parse SELECT PERCENT_CONT statement
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   ```sql
   SELECT department_id, PERCENTILE_CONT(0.5) WITHIN GROUP (ORDER BY salary 
DESC) "Median cont" 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]

Reply via email to