364,111 Members | 2013 Browsing Online
Community for Developers & IT Professionals
Bytes IT Community

Copy column of data into another column in the same table

Bill
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
Share on Google+
1 Reply


Trevor Best
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)

(replace sithlord with trevor for email)
Jul 20 '05

Post your reply

Help answer this question



Didn't find the answer to your Microsoft SQL Server question?

You can also browse similar questions: Microsoft SQL Server