Sql Server OUTPUT Clause Examples with UPDATE INSERT DELETE MERGE
- Posted by Sqltimes
- On December 31, 2014
- 0 Comments
OUTPUT is an interesting clause added starting Sql Server 2005. DELETE Recently, in my previous post, we saw an example with some insight into the usage of OUTPUT clause with DELETE statement. In this post we’ll cover INSERT, UPDATE and MERGE. UPDATE In an UPDATE statement, both INSERTED.* and DELETED.* internal tables are […]
Read More