Wymień wartość zerową w kolumnie MySQL
UPDATE `table` SET `somefield`=0 WHERE `somefield` is null
CodeHelper
UPDATE `table` SET `somefield`=0 WHERE `somefield` is null