Interesting Observation of ON Clause on LEFT JOIN(blog.sqlauthority.com)
submitted by
pinaldave(9662) 3 years, 2 months ago
Very simple explanation of :
Although the placement of such predicates does not make a difference for INNER joins, they might cause a different result when OUTER joins are involved. This is because the predicates in the ON clause are applied to the table before the join, whereas the WHERE clause is semantically applied to the result of the join.
|category: Database
|Views: 330
tags:
SQLAuthority pinaldave SQLServer Database SQL another
Everyones tags:
Your Tags: