Description
Execute the following query on a table with zero null cells.
select count(*) from table where column1 = null
The result set should consist of one cell with the value `0` but the result set is empty.
Execute the following query on a table with zero null cells.
select count(*) from table where column1 = null
The result set should consist of one cell with the value `0` but the result set is empty.