IS "" EQUIVALENT TO NULL IN MYSQL code example Example: mysql where value is null SELECT * FROM contacts WHERE last_name IS NULL;