NULL in where statement

Filter records with a NULL value in a specific field.

Overview

The issue arises when trying to isolate records where a particular field, like 'Active', contains a NULL value instead of a standard data entry.
To solve this, modify your query's WHERE clause to explicitly check for NULL using the appropriate syntax for your database system, ensuring it correctly identifies records with no value in the specified field.

Answered
ChronoForms v6
jf jformicola 04 Mar, 2020
How do I isolate only those that have a Null in the "Active" field? Thanks!

NULL in where statement image 1
This topic is locked and no more replies can be posted.