Sql Server: EXCEPT statement compare data in two tables
- Posted by Sqltimes
- On March 29, 2014
- 0 Comments
EXCEPT is a great operator. More importantly it is a set operator. So, by design it is a bit more efficient. This is part of the great set operators like: INTERSECT UNION EXCEPT UNION ALL EXCEPT Except does two things: Returns values from left query (or data set) that are not in the right query […]
Read More