how to handle search query in mysql which is null code example Example: mysql where value is null SELECT * FROM contacts WHERE last_name IS NULL;