In your case there's probably no difference, but if it's a bit more complex (e.g. SIs or any kind of calculation/WHERE-condition in the Select part) MERGE tends to be more efficient than Ins/Sel or Update.
There's an Orange Book on this topic called "ANSI MERGE Enhancements"
Dieter
↧