Y
Hacker News
new
|
ask
|
show
|
jobs
by
int_19h
529 days ago
Except they don't consistently behave that way. If NULL means "unknown", why do they show up in outer joins, or when you SUM an empty table?
1 comments
cglace
528 days ago
The most annoying is having to order by DESC NULLS LAST to get the largest value from an aggregation.
link