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
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);
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!
what I want to do is that in my store procedure