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

undefined === undefined is true which is not true for SQL NULL.
Sorry I must have mixed up something. Even == returns true after quick test.