ORACLE 集合使用报未找到任何数据问题

版权声明:随意乱写,切勿当真! https://blog.csdn.net/pehao/article/details/73436569


1. 集合使用中调用了

 集合.delete(index)方法, 实际上在集合中是未删除的. 

2.循环判断中需要添加是否存在判断,比如:

for  i..集合.count loop
if  集合.exists(index) == false then
   continue;
end if;
//
end loop;


猜你喜欢

转载自blog.csdn.net/pehao/article/details/73436569
今日推荐