Snowflake Vs MS-SQL - Part 93 - MERGE ALL BY NAME
MERGE ALL BY NAME
If you are performing upsert operations, you need to provide a list of columns in the Update as well as the Insert clause.
MS-SQL Server
In Snowflake, we can use the same query as above; however, we can use MERGE as follows:
For more details, refer to the MERGE-By-Using-All-By-Name section.

Comments
Post a Comment