vote up 1 vote down star

Hello

lets say our table has the following structure

        col1 | col2 | col3

I want to sum col1 and col2 then update the col3 with the result

Thanks

flag

56% accept rate

1 Answer

vote up 6 vote down check
UPDATE tablename SET col3 = col1 + col2
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.