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 07:59:52 UTC

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

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

   ### Which version of ShardingSphere did you use?
   b263c2caede42390fe5cd85a5d89b4b03ea19e35
   ### Expected behavior
   parse SELECT RANK statement
   ### Actual behavior
   cannot parse SELECT RANK statement
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   ```sql
   SELECT RANK(15500) WITHIN GROUP (ORDER BY salary DESC) "Rank 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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

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


[GitHub] [shardingsphere] zhaojinchao95 closed issue #22079: Cannot parse Oracle DML SELECT RANK statement

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


-- 
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