|
|
|
|
|
by eddd-ddde
932 days ago
|
|
I don't find this behaviour crazy or unexpected at all. NULL doesn't refer to any specific 'missing value' state, instead it represents a larger group of possible values of which we don't know the actual value. So in a pile of values 'foo' and 'bar', NULL could mean either of them, so there is no way of knowing if a NULL row is foo or if it is bar. We can't even know if two NULLS are equal. |
|