Hacker News new | ask | show | jobs
by cloud-oak 232 days ago
SQL more elegantly introduces ternary logic in this case, where any comparison with NULL is itself NULL. This is sadly not possible in most languages where a comparison operator must always return a (non-nullable) boolean value.
1 comments