Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Moving a LONG
you can insert into table in loop
for rek in (select * from t1) loop
insert into t2 values (rek.longfield)
end loop;
Received on Tue Nov 10 1998 - 06:01:11 CST
![]() |
![]() |