千家信息网

sql造数技巧

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


begin

for i in 1 .. 10000

loop

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

end loop;

commit;

end;


0