經安全檢測,此網站為安全網站,請放心前往原始網址!

sql server - How can I use SQL MERGE to upsert single row ...

2013年4月16日 - You can also use this syntax: merge into MyTable mt using (values (@myId, @myValue)) t(id, value) on mt.Id = t.id when not matched then insert /* ... */.

stackoverflow.com

網址安全性掃描由 google 提供