for循环加入测试数据:

 

declare i number :=15;
begin 
    for num in 1..i loop
    insert into addinfo("oid","uid",ONAME,CREATEDATE) values(num,num,'FF'||num,sysdate());
    end loop;

    commit;
end;

相关文章:

  • 2022-12-23
  • 2021-10-18
  • 2021-04-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2021-09-15
  • 2022-01-09
相关资源
相似解决方案