1、常用
if(v_index >= v_limit) then
v_index := 0;
commit;
end if;
2、或
if(v_t_list is null or v_t_list.count = 0) then
continue;
end if;
1、常用
if(v_index >= v_limit) then
v_index := 0;
commit;
end if;
2、或
if(v_t_list is null or v_t_list.count = 0) then
continue;
end if;