SSC-EWI-TS0043
WITH XMLNAMESPACES is not supported in Snowflake.
Severity
Medium
Some parts of the output code are omitted for clarity reasons.
Description
This EWI is added fort the WITH XMLNAMESPACES clause which is not supported in Snowflake SQL
Code Example
Input Code:
IN -> SqlServer_01.sql
Output Code:
OUT -> SqlServer_01.sql
Recommendations
Consider using UDFs to emulate the behavior of the source code. The following code provides suggestions of UDFs that can be used to achieve recreating the original behavior:
IN -> SqlServer_01.sql
If you need more support, you can email us at snowconvert-support@snowflake.com
Related EWI
SSC-PRF-TS0001: Performance warning - recursion for CTE not checked. Might require a recursive keyword.
SSC-EWI-TS0044: FOR XML clause is not supported in Snowflake.
SSC-FDM-TS0015: Regexp_Substr Function only supports POSIX regular expressions.
Last updated