|
|
|
|
|
by anamexis
1445 days ago
|
|
> As an example of the irreconciliable weirdness of NULL, consider that "NULL = NULL" is false, and so is "NULL != NULL This isn't quite true - these comparisons don't evaluate to false, they evaluate to NULL. I intuitively think of NULL as "unable to compute," a generalized NaN. |
|
In the databases I've used, such as MSSQL[1], they evaluate to UNKNOWN.
[1]: https://docs.microsoft.com/en-us/sql/t-sql/language-elements...