Copy column of data into another column in the same table
P: n/a
Bill
I have a column of digits I'd like to copy into another column in the
same table. How would I do this?
Thanks,
Bill
Jul 20 '05
Share this Question
1 Reply
P: n/a
Trevor Best
On 18 Jul 2003 11:06:33 -0700 in comp.databases.ms-sqlserver, billzimmerman@gospellight.com (Bill) wrote:
[color=blue]
>I have a column of digits I'd like to copy into another column in the
>same table. How would I do this?[/color]
update table set column1 = column2
--
Ride Free (but you still have to pay for the petrol)