|
|
|
|
|
by masklinn
1445 days ago
|
|
> SQL is old enough and this debate so unsettled Is the debate really unsettled? MSSQL considers nulls to be equal, everyone else considers them to be distinct (aside from a few DBs which just refuse to create UNIQUE indexes on nullable columns), and Oracle is apparently huffling glue in a corner. > As an example of the irreconciliable weirdness of NULL, consider that "NULL = NULL" is false, and so is "NULL != NULL", while rows with NULL still group together in GROUP BY. Group by is the exception here. And arguably it is so because the alternative is never useful, or close enough as to not be worth it. |
|
Sounds pretty unsettled to me.