|
|
|
|
|
by Tostino
2296 days ago
|
|
...I think you are misunderstanding the whole reason for the IS NOT DISTINCT FROM operator, which is exactly that. "SELECT NULL = NULL" will return NULL, use that if you want the standard way. There are many cases where you want it to return true though, and the boilerplate for that sucks, so IS NOT DISTINCT FROM has a very useful place in the dialect. |
|