in reply to Re: Display row with no value in column
in thread Display row with no value in column

A lot depends on the RDMS or ODBC driver (if using a flat file). IS NULL works with MySQL if the date field is set to not null but if it isn't, you have to use
.... WHERE total_time = '' ...