Du meinst so etwas? SELECT IF(`field` IS NULL, 0, `field`)... Es gibt auch "IFNULL()": SELECT IFNULL(`field`, 0)...