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
In Snowflake, we use PARSE_XML as follows:
For more details, refer to the PARSE_XML section.
Sometimes, we need to parse an XML file and save it in a table.
In Snowflake, we use PARSE_XML as follows:
Comments
Post a Comment