Sql Server : Perils of using (not equal to sign) in JOINs
- Posted by Sqltimes
- On September 20, 2014
- 0 Comments
Recently, during review of some T-SQL code, I ran into the usage of “not equal to (<>)” operator in one of the queries with LEFT OUTER JOIN. This is interesting, because the general perception of ‘not equal to’ is different from the way Sql Server processes it. Let’s take an example: Two tables, Table1 & […]
Read More