UPDATE [TABLE] SET [FIELD]=0 WHERE [FIELD] IS NULL
[TABLE] is an Oracle database table with more than 700 million rows. I cancelled the SQL execution a
You could acheive the same result without updating by using an ALTER table to set the columns "DEFAULT" value to 0.