++ and -- a table
Is there an easy way to increment or decrement a column in a mysql table? I know that I could simply select the rows, and then update them with the needed value, but I'm not convinced there is no such feature in mysql itself.
Thanx!
Thanx!
