熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Oracle >> 正文

Oracle循環向數據庫中插入記錄

2022-06-13   來源: Oracle 

  declare

  maxrecords constant int:=;

  i int :=;

  begin

  for i in maxrecords loop

  insert into test (column column column……) values ( i ……);

  end loop;

  commit;

  end;


From:http://tw.wingwit.com/Article/program/Oracle/201311/16751.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.