An open API service indexing awesome lists of open source software.

https://github.com/binbash23/sql-merge-statement-generator

The idea is, to generate complex and large sql merge statement with a function
https://github.com/binbash23/sql-merge-statement-generator

generate insert merge mergegenerator mergestatement microsoft mssql sql sqlserver update

Last synced: 9 months ago
JSON representation

The idea is, to generate complex and large sql merge statement with a function

Awesome Lists containing this project

README

          

# SQL-Merge-Statement-Generator
The idea is, to generate complex and large sql merge statement with a function

# Usage
Just copy the contents of the file merge_generator to your sql editor.
Then replace the 2 variables with the target schema and table name.

Run the whole thing. The output contains the generated merge statement where you need to make only litle modifications.

Feel free to contact me for any questions.

Good luck, Jens