Hacker Newsnew | past | comments | ask | show | jobs | submit | Remko1981's commentslogin

What a lot of people do not realize is that they are making implicit inner joins because of the way they use the where clauses.

When you say 'where left join column = some value' you exclude all rows containing NULL in that column. In other words all rows that did not join in addition to rows which contain a NULL in the column.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: