The main problem is suppose i have a value stored in database = 26 now if the user does some action and i have to increse the value by 1 is there any predefined way in sql to do it.
Right now i am extracting the value then adding 1 then again updating the entry.
Yes, run an SQL like below:
A concrete example of the update syntax: