NULL In MYSQL

SELECT * FROM `team_master` WHERE `reason` IS NULL

 

SELECT
    id,first_name,last_name,IFNULL(phone,‘N/A’)phone
FROM
    leads;

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *