Groups | Blog | Home
all groups > sql server (alternate) > july 2003 >

sql server (alternate) : Copy column of data into another column in the same table


billzimmerman NO[at]SPAM gospellight.com
7/18/2003 11:06:33 AM
I have a column of digits I'd like to copy into another column in the
same table. How would I do this?

Thanks,

Trevor Best
7/18/2003 7:34:30 PM
On 18 Jul 2003 11:06:33 -0700 in comp.databases.ms-sqlserver,
[quoted text, click to view]

update table set column1 = column2
--
Ride Free (but you still have to pay for the petrol)

AddThis Social Bookmark Button