Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 441 Bytes

File metadata and controls

12 lines (8 loc) · 441 Bytes

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