I have a table like below:
Newid1 a b c
1 null 40 50
2 null 45 55
3 null 46 56
4 null 47 57
5 null 48 58
Now I want to update value in a column by updating C column value into it (For example: 50 to the second row, 55 to the third row, 56 to the fourth row ...). How can I do this with WHILE command. Thanks all in advance.
