gaoqiangz commented on code in PR #1500:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1500#discussion_r1832134100
##########
src/ast/mod.rs:
##########
@@ -560,6 +560,13 @@ pub enum Expr {
expr: Box<Expr>,
key: Ident,
},
+ /// CompositeFunction (mssql) e.g. SELECT (SELECT ',' + name FROM
sys.objects FOR XML PATH(''), TYPE).value('.','NVARCHAR(MAX)')
+ ///
<https://learn.microsoft.com/en-us/sql/t-sql/xml/xml-data-type-methods?view=sql-server-ver16>
Review Comment:
There is no special syntax definition, just ordinary method calling syntax.
--
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]