千家信息网

sql造数技巧

发表于:2024-11-25 作者:千家信息网编辑
千家信息网最后更新 2024年11月25日,beginfor i in 1 .. 10000loopinsert into tcustmer values ( i, 'xixixi','hahaha','aa' );end loop;commi
千家信息网最后更新 2024年11月25日sql造数技巧


begin

for i in 1 .. 10000

loop

insert into tcustmer values ( i, 'xixixi','hahaha','aa' );

end loop;

commit;

end;


0