Why does this query return no rows even though the column contains NULLs?SELECT * FROM t WHERE val = NULL;