Increment in mysql

wxdqz

New Member
Is there a way to just increment a value in mysql using some function instead of having to go

value = "Select value from table where blah = blah"

value++;

"update blah from blah where blah = blah"

Ryan K.
 
Back
Top