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 -> copy a long from one row to another

copy a long from one row to another

From: Nicolas DEZAIRE <ndezaire_at_theleme.com>
Date: Thu, 25 Nov 1999 13:01:10 +0100
Message-ID: <383D2506.92F7535D@theleme.com>


Hello

I'm looking for a method to duplicate a row is should be something like that :

insert into psources
(pid, doc)
select 999, pdoc
  from psources
  where pid = 111;

where doc is a long.
Long are a little bit unsual to manage, so what can i do ?

Thanks

Nico Received on Thu Nov 25 1999 - 06:01:10 CST

Original text of this message

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