Answer the question
In order to leave comments, you need to log in
How to sum a value to a SQL cell?
Good day everyone.
Now the question arose, how can you add another numeric value to an already existing numeric value in a MySQL cell without pulling the old value from the database, adding and returning the new value back?
Is there such a possibility in Laravel?
Answer the question
In order to leave comments, you need to log in
SELECT cell+1 FROM table
while reading UPDATE table SET cell=cell+1
to update inplace
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question