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:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]