`SQL MERGE` statement allows us to insert new rows into table and update existing rows depending on given condition. Use this tag in addition to [tag:sql] to make question better categorized.
SQL MERGE
statement allows us to insert new rows into table and update existing rows depending on given condition.
Examples of using MERGE
statement:
Use this tag in addition to sql to make question better categorized.