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/23 09:50:11 UTC

[GitHub] [shardingsphere] Qianyi951015 opened a new issue, #22362: Cannot parse Oracle DML SELECT xx FROM XMLTABLE function statement

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

   ### Which version of ShardingSphere did you use?
   74ec5dfa35c98d7436a353456a6d5be99320a570
   ### Expected behavior
   parse SELECT xx FROM XMLTABLE function statement
   ### Actual behavior
   cannot parse SELECT xx FROM XMLTABLE function statement
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   ```sql
   SELECT warehouse_name warehouse, warehouse2.Water, warehouse2.Rail FROM warehouses, XMLTABLE('/Warehouse' PASSING warehouses.warehouse_spec COLUMNS "Water" varchar2(6) PATH 'WaterAccess', "Rail" varchar2(6) PATH 'RailAccess') warehouse2;
   ```


-- 
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 #22362: Cannot parse Oracle DML SELECT xx FROM XMLTABLE function statement

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


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