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

   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   7ca33ec7df4e5f110f1b7acd441b8e7439eb401e
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   SQL parser
   ### Expected behavior
   parse SELECT PERCENT_RANK statement
   ### Actual behavior
   cannot parse SELECT PERCENT_RANK statement
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   ```sql
   SELECT PERCENT_RANK(15000, .05) WITHIN GROUP (ORDER BY salary, 
commission_pct) "Percent-Rank"   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