I have two columns in a table, I need the values in column 1 to be transferred and added to the values in column 2.
Can this be done with a PHP or is there some easier way to do it?
Original:
ID / 1 / 2 /
1 150 100
2 200 50
3 75 175
Como deve ficar:
ID / 1 / 2 /
1 0 250
2 0 250
3 0 250