I haven’t been able to come up with a clear answer on this, so I figure before I give up, I could ask here. I’m looking to update a database field to one less than its current value without having to query the database, write code for the math, then update the database with the new value.
Is something like this possible, or would I have to make my own function to do so?
1 Answer