begin
for i in 1 .. 10000
loop
insert into tcustmer values ( i, 'xixixi','hahaha','aa' );
end loop;
commit;
end;
转载于:https://blog.51cto.com/11310506/2058262
begin
for i in 1 .. 10000
loop
insert into tcustmer values ( i, 'xixixi','hahaha','aa' );
end loop;
commit;
end;
转载于:https://blog.51cto.com/11310506/2058262