oracle 变量

插入 日期时间 循环插入

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;
上一篇:FastJson反序列化漏洞


下一篇:css Margin-top塌陷,解决方法