merge: WHEN MATCHED THEN "do nothing"
391271Dec 12 2006 — edited Dec 22 2006Hello !
using the merge command I would like only to insert, since the records are not changing once written.
Therefore in the case of a match: WHEN MATCHED I would like the query to do nothing...
Those simple things...
without the WHEN MATCHED THEN the query does not compile...
so, what should I put there?
Thanks!