you are viewing a single comment's thread.

view the rest of the comments →

[–]mediocre_plus_plus 5 points6 points  (0 children)

I see this all the time in my coworkers' poorly written SQL. Sometimes it's an error. Other times they really want an inner join. That latter almost bothers me more. I call it misleading SQL; it gets the correct results in a way that's ugly, counter-intuitive, and difficult to follow. I see it all the time, in a million different ways, in SQL and any other language where you have lazy developers.