标签:style class blog code color for
插入 日期时间 循环插入
declare total date:= trunc(sysdate-1) ; begin for i_count in 1..10000 LOOP insert into DQ_DATE(date_time) values ( total ); total := total + 1/24; end loop; end;
标签:style class blog code color for
原文地址:http://www.cnblogs.com/kingxiaozi/p/3790327.html