is it possible to add a number to a number that is stored in mysql db without extracting the stored number first.
i have a count and i am updating the count periodically but i would like to know if i can update the count while it is in side the table still.
i am not asking about how to update a field completely but to just add the new value to the already stored number.