请问在循环游标中要跳出当前循环,进入下个游标循环,如何实现?例如: for c1 in cursor1 loop if a=1 then 跳出; --处理语句; end loop; 其中的“跳出”怎么实现continue的功能?? 多谢![解决办法]exit; 跳出; 其中的“跳出”怎么实现continue的功能?? 到底是要跳出,还是继续