You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/11/11 03:57:26 UTC

[GitHub] [shardingsphere] Qianyi951015 opened a new issue, #22069: Cannot parse Oracle DML SELECT PERCENTILE_DISC statement

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] RaigorJiang closed issue #22069: Cannot parse Oracle DML SELECT PERCENTILE_DISC statement

Posted by GitBox <gi...@apache.org>.
RaigorJiang closed issue #22069: Cannot parse Oracle DML SELECT PERCENTILE_DISC statement 
URL: https://github.com/apache/shardingsphere/issues/22069


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org