How do you write a SELECT statement that only returns rows where the value for a certain column is null?
Use Is Null
Is Null
select * from tblName where clmnName is null