lancelly opened a new pull request, #27899:
URL: https://github.com/apache/shardingsphere/pull/27899

   In this pr, I supported OE-5-214 referring to: 
https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/XMLSEQUENCE.html#GUID-BE0837A9-7D85-4621-8C22-1FECAD17E569
   The following SQL can now be parsed:
   ``` SELECT VALUE(p) FROM warehouses w, 
TABLE(XMLSEQUENCE(EXTRACT(warehouse_spec, '/Warehouse/*'))) p WHERE 
w.warehouse_name = 'San Francisco'; ```
   Related issue: https://github.com/apache/shardingsphere/issues/27569


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