Hi, is it possible to increase a certain value in a table by a certain number without reading last value and afterwards updating it?
i.e. I have columns "product" and "quality": product: iLamp quality: 50
I want to increase(or decrease) quality by x. To achieve this I am first reading last value (50), increasing or decreasing it, and writing it back.
Is there a direct way to complete this task?