Snowflake Vs MS-SQL - Part 110 - Parse and Save XML


Parse and Save XML

Sometimes, we need to parse an XML file and save it in a table.

MS-SQL Server

We can achieve it as follows:



In Snowflake, we use PARSE_XML as follows:




For more details, refer to the PARSE_XML section.


Comments

Popular posts from this blog

Snowflake Vs MS-SQL - Series

Snowflake Key Concepts

Snowflake Vs MS-SQL - Part 46 - RATIO_TO_REPORT