Hey all.
I need a quick MySQL query example:
I need to increment the value of a column. So if the current value of the column 'fingers' was 7, after this query it would be 8.
Easy, but forgot the proper syntax.
THANKS!
update table set fingers = fingers+1 where fingers = "whatever'