PL/sql question
From: luio <lctNOlcSPAM_at_hotmail.com.invalid>
Date: 2000/08/03
Message-ID: <188b57c0.bec21bc6_at_usw-ex0104-028.remarq.com>#1/1
Date: 2000/08/03
Message-ID: <188b57c0.bec21bc6_at_usw-ex0104-028.remarq.com>#1/1
create table tb2(x long);
what I want to do is that in my store procedure
insert into tb2(x) select x from tb2.
copy one row from tb2 to a new row.
is there any simply way to do this in my store procedure?
Got questions? Get answers over the phone at Keen.com.
Up to 100 minutes free!
http://www.keen.com
Received on Thu Aug 03 2000 - 00:00:00 CEST