SOQL has support for NULL values, so you should be able to query as you do with regular SQL. For example:
SELECT column
FROM table
WHERE date_field = NULL
Notice the use of = NULL instead of IS NULL as you would find in SQL.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more