Why use a JOIN clause versus a WHERE condition?

I don’t like the style because it makes it harder to determine which WHERE clauses are for simulating JOINs and which ones are for actual filters, and I don’t like code that makes it unnecessarily difficult to determine the original intent of the programmer.

Leave a Comment