码迷,mamicode.com
首页 > 其他好文 > 详细

向表中批量插入数据

时间:2019-07-31 15:19:58      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:使用   i++   插入   ++   begin   loop   for   循环   语句   

Declare
i Number :=1;
Begin
While(i<=1000)Loop

    inster into语句,其中递增的值使用+i方式


i:=i+1; --非for循环不能用"i++"
End Loop;
End;

向表中批量插入数据

标签:使用   i++   插入   ++   begin   loop   for   循环   语句   

原文地址:https://www.cnblogs.com/wsy0202/p/11275983.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!