Y
Hacker News
new
|
ask
|
show
|
jobs
by
Too
1025 days ago
Similar to undefined in javascript. (undefined == anything) is always false, even if anything also happen to be undefined.
1 comments
vlovich123
1024 days ago
undefined === undefined is true which is not true for SQL NULL.
link
Too
1024 days ago
Sorry I must have mixed up something. Even == returns true after quick test.
link