Qianyi951015 opened a new issue, #22331: URL: https://github.com/apache/shardingsphere/issues/22331
### Which version of ShardingSphere did you use? b14983bc0eb523b25a7860aae190ccecdbfbd4d7 ### Expected behavior parse SELECT XMLSERIALIZE function statement ### Actual behavior cannot parse SELECT XMLSERIALIZE function statement ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. ```sql SELECT XMLSERIALIZE(DOCUMENT c2 AS BLOB ENCODING 'UTF-8' VERSION 'a' IDENT SIZE = 0 SHOW DEFAULT) FROM b; ``` -- 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]
