Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Help with copying a column to another column in the same table.

Re: Help with copying a column to another column in the same table.

From: Allen <allenh_at_starbase.neosoft.com>
Date: 12 Dec 2000 19:18:45 -0600
Message-ID: <979E25175F593E10.60D7BD7ABF083017.7426B7ECEBE71054@lp.airnews.net>

update table set newcol=oldcol;

In article <3a36c8e5$1_1_at_news.pacifier.com>, Fiesta <fiesta_donald_at_email.com> wrote:
>How can I copy a column of data and place it in another column?
>
>The other column can be new. Is there a easy way to do this?
>
>Thank you,
>
>Mark Larson
>
Received on Tue Dec 12 2000 - 19:18:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US