Remko1981 | 4 years ago | on: What's the strangest code you've seen a senior developer write? (2019)
Remko1981's comments
page 1
Remko1981 | 4 years ago | on: What's the strangest code you've seen a senior developer write? (2019)
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.