XMLAGG
Translation specification for transforming the XMLAGG function to Snowflake LISTAGG
Description
Construct an XML value by performing an aggregation of multiple rows. For more information check XMLAGG.
Sample Source Patterns
Setup data
Teradata
IN -> Teradata_01.sql
Snowflake
OUT -> Teradata_01.sql
XMLAGG transformation
Teradata
IN -> Teradata_02.sql
Snowflake
OUT -> Teradata_02.sql
Known Issues
1. The RETURNING clause is currently not supported.
The user will be warned that the translation of the returning clause will be added in the future.
Related EWIs
No related EWIs.
Last updated