Is it possible to increase a value in a table by a certain number without reading last value? ``` product | quantity lamp | 22 ``` I want to directly increase (or decrease) quantity of "lamp" by x
Is it possible to increase a value in a table by a certain number without reading last value?
I want to directly increase (or decrease) quantity of "lamp" by x