Loading…
NULL means "no value" or "unknown". It's different from empty string or zero.
-- Correct way:
WHERE phone IS NULL
WHERE phone IS NOT NULL-- WRONG (doesn't work):
WHERE phone = NULL
Find leads with missing phone numbers:
Downloading SQL engine… (one-time)
This runs entirely in your browser and is cached for next time.