`
yunhuisdu19811011
  • 浏览: 95806 次
  • 性别: Icon_minigender_2
  • 来自: 济南
社区版块
存档分类
最新评论
  • fightingIOW: 案例看了,能实现上传,但是不是异步的,怎么改成页面可以预览呢? ...
    swfUpload实例
  • kizz: 您好,实例我看了,确实不错。您有struts2版的吗?现在项目 ...
    swfUpload实例

oracle 循环插入数据

    博客分类:
  • java
 
阅读更多

declare
v_LoopCounter Binary_Integer:=1;
begin
loop
insert into r_examquestion(questioncontent, questiontypecode, sectionid, catalogid, stagecode,
 subjectcode, versioncode, gradecode, depid, title,Operno,Ispersondelete
 ) values
 ('aaa', '004', '0000000433', '0000000201', '03',
 '001', '0101', '001', '0003230', '000000001','000000001','0'
 );
v_LoopCounter:= v_LoopCounter+1;
exit when v_LoopCounter=1000000;
end loop;
end;

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics