Miscellaneous Functions MySQL Tutorial

Returns the default value for a table column.

UPDATE t SET i = DEFAULT(i)+1 WHERE id < 100;