SELECT IFNULL(field, 0) AS field FROM products WHERE id = 1 SELECT IFNULL(SUM(field), 0) as field FROM products