Compare these 2 queries. Is it faster to put the filter on the join criteria or in the WHERE clause. I have always felt that it is faster on the join criteria b
WHERE
Is it faster? Try it and see.
Which is easier to read? The first to me looks more "correct", as the moved condition is nothing really to do with the join.