gaoqiangz opened a new pull request, #1500:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1500

   Supports  `XQuery` methods:
   
   ```sql
   SELECT STUFF((SELECT ',' + name FROM sys.objects FOR XML PATH(''), 
TYPE).value('.', 'NVARCHAR(MAX)'), 1, 1, '') AS T
   SELECT CAST(column AS XML).value('.', 'NVARCHAR(MAX)') AS T
   ```
   
   See 
<https://learn.microsoft.com/en-us/sql/t-sql/xml/xml-data-type-methods?view=sql-server-ver16>.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to