向表中批量插入数据
Posted wsy0202
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了向表中批量插入数据相关的知识,希望对你有一定的参考价值。
Declare
i Number :=1;
Begin
While(i<=1000)Loop
inster into语句,其中递增的值使用+i方式
i:=i+1; --非for循环不能用"i++"
End Loop;
End;
以上是关于向表中批量插入数据的主要内容,如果未能解决你的问题,请参考以下文章