Forum Moderators: coopster
UPDATE table SET field = IF(field IS NULL, 10 , field + 10);
If I'm understanding what you want, that way you can keep records with no data set to NULL and replace it when you do have data, or if data already exists, add to the current value.
I hope that helps,
Salsa
________