on particular column update set updated on / at mysql code example
Example: mysql update add to existing value
mysql> UPDATE tableName SET sometotal = sometotal+10 WHERE Id = 4;
mysql> UPDATE tableName SET sometotal = sometotal+10 WHERE Id = 4;