pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

Increase a value without reading last value #405

Open surajtimsina opened 1 year ago

surajtimsina commented 1 year ago

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