码迷,mamicode.com
首页 > 数据库 > 详细

sql 批量处理

时间:2016-08-01 19:21:55      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:

declare i int;
begin
i:=0;
while i < 1000
loop
select * from table where rownum<1000;
i:=i+1;
commit;
end loop;
end;

sql 批量处理

标签:

原文地址:http://www.cnblogs.com/MZXS/p/5726666.html

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