How to query if value is None?

Hi,

I have a field called DATE_CLOSED. For some records, the value is None.
Now I want to query with DATE_CLOSED = None, it does not work for me.
How to write the query if value is None?

Thanks.