SELECT Name FROM Customers WHERE PhoneNumber IS NULL
Selection with nulls take a different syntax. Don't use =, use IS NULL or IS NOT NULL instead.
=
IS NULL
IS NOT NULL