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: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to