MSCEWI4041

XML data type methods are not supported in Snowflake.

triangle-exclamation

Severity

Medium

Description

This EWI is added for the following XML data type methodsarrow-up-right that are not supported in Snowflake SQL:

  • Value

  • Query

  • Exist

  • Modify

  • Nodes

Code Example

Input Code:

 SELECT CatalogDescription.query('SomeXMLString') as Result
 FROM Production.ProductModel

Output Code:

Recommendations

Last updated