is there any way to safely update a value in a mysql table without querying it first, for example, if i have a number stored such as 5, and i want to add 1 to it every time an action is performed, is there anyway i can add to that without performing an actual query to get the value of it first?
Share
That will increment the column value.