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

Home -> Community -> Usenet -> c.d.o.misc -> Re: ADD DATA FROM 1 COLUMN TO OTHER

Re: ADD DATA FROM 1 COLUMN TO OTHER

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 22 Mar 2006 11:27:16 -0800
Message-ID: <1143055635.612309@yasure.drizzle.com>


Reiro wrote:
> Hi
>
> I have test table with three columns NAME, NAME2 and NAME3 :set out as
> follows:
>
> NAME NAME2
>
> ridwan thandeka
> irfhan Jimmy
>
>
> i need the data in a third column NAME 3 as follows:
>
> NAME3
>
> ridwan
> irfhan
> thandeka
> jimmy
>
>
> plz help....
> thanks in advance... :)

First:
SQL> SELECT keyword

   2 FROM v$reserved_words
   3 WHERE keyword LIKE 'NA%';

Second:
So use an update statement. Examples in Morgan's Library at www.psoug.org.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Wed Mar 22 2006 - 13:27:16 CST

Original text of this message

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