How do you write a SELECT statement that only returns rows where the value for a certain column is null?
select * from tableName where columnName is null