Community

NULL comparisons in MySQL, PostgreSQL, and SQLite

(Federico Razzoli) Any comparison involving at least one NULL operand will return NULL. This is expected, as it is implicit in how NULL works. But somtetimes developers write verbose conditions to handle NULL.