|
|
|
|
|
by chasil
296 days ago
|
|
> Also, in no way does SQL hide anything - it’s a declarative language, and will produce exactly what you tell it to. Ha ha, no, SQL implementations can conform to the standard in unexpected ways. NULL = NULL Is that true or false? We didn't know until 2003. https://en.wikipedia.org/wiki/Null_(SQL)#Criticisms |
|
The SQL2003 changes were more about how constraints should treat NULL than anything intrinsic about NULL itself.