Substitua o valor nulo na coluna MySQL

UPDATE `table` SET `somefield`=0 WHERE `somefield` is null
CodeHelper