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 -> PL/sql question

PL/sql question

From: luio <lctNOlcSPAM_at_hotmail.com.invalid>
Date: 2000/08/03
Message-ID: <188b57c0.bec21bc6@usw-ex0104-028.remarq.com>#1/1

I now sb. has answered this question several times. But I still could not find the solution for my case:

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 CDT

Original text of this message

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