Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySQLNULL and IS NULLSingle-choice MCQ

Why does this query return no rows even though the column contains NULLs?

SELECT * FROM t WHERE val = NULL;