So I want to make a query to add to the current value. note that this is for MSSQL(Microsoft SQL) database not MySQL,
example of what i want it to do”
ID | value ID | Value
-------------- after ----------
1 | 1 1 | 2
Basically I just want it to add to the current value.
You will need to provide more details if this isn’t sufficient.