Ver originalSELECT IFNULL(nombrecolumna,0) as campo , count(*)FROM tutablaGROUP BY IFNULL(nombrecolumna,0)HAVING IFNULL(campo,0)=0;