Skip to content

NULL represents missing data

NULL is a special value used when there’s no data in a field in your database. Use IS NULL as a condition to find fields that are null, or IS NOT NULL for fields that have a value.