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_at_theleme.com>
Hello
Date: Thu, 25 Nov 1999 13:01:10 +0100
Message-ID: <383D2506.92F7535D_at_theleme.com>
Hello
[Quoted] 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 - 13:01:10 CET