|
|
|
|
|
by SigmundA
522 days ago
|
|
Whether two measurements of 25C are the same is unknown, these are just values recorded in a database. 25 is a value, null is a value. The values in the db are the same in both cases which is what I would like my db language to deal with and not make assumptions about what that value actually means. I see no value in treating null special when in comes to equality in a sql db, in fact it is a hinderance that it does so in my experience. |
|