Loading

摘要: Oracle: create sequence s start with 1; //设置下标起始值为1 方便Insert中递增 begin for i in 1..260000 loop //260000代表循环次数 数据量 ${Insert语句,记得带分号,需要递增的值使用s.nextval} e 阅读全文
posted @ 2022-04-22 15:43 我心如雷 阅读(1276) 评论(0) 推荐(0)