Selecting with null

suggest change
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.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents