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/17 12:51:37 UTC

[GitHub] [shardingsphere] Qianyi951015 opened a new issue, #22244: Cannot parse Oracle SQL XMLAGG function

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

   ### Which version of ShardingSphere did you use?
   8c9d4b6425b8e73dca66b1893738c33af881b6d2
   ### Expected behavior
   parse XMLAGG function
   ### Actual behavior
   cannot parse XMLAGG function
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   ```sql
   SELECT XMLELEMENT("Department", XMLAGG(XMLELEMENT("Employee", e.job_id||' '||e.last_name) ORDER BY last_name)) as "Dept_list" FROM employees e WHERE e.department_id = 30;
   ```
   


-- 
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] tuichenchuxin closed issue #22244: Cannot parse Oracle SQL XMLAGG function

Posted by GitBox <gi...@apache.org>.
tuichenchuxin closed issue #22244: Cannot parse Oracle SQL XMLAGG function 
URL: https://github.com/apache/shardingsphere/issues/22244


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