Hacker News new | ask | show | jobs
by TRiG_Ireland 1064 days ago
The author is right about one thing. If NULL means "unknown", then the result of the comparison A > B where either or both values is NULL should itself be NULL, not FALSE.