|
|
|
|
|
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. |
|