oracle怎么跳出存储 oracle存储过程菜鸟教程

跳出oracle存储过程的方法exit跳出循环oracle怎么跳出存储,oracle怎么跳出存储你是说要continueoracle怎么跳出存储的那,这个似乎没有 , 可以用if else 来解决 。beginfor i in 1..10 loop if i3 then dbms_output.put_line(i); if i=5 then exit; end if ; end if;end loop;end;
在oracle存储过程中怎样跳出本次循环exit跳出循环,你是说要continue的那,这个似乎没有,可以用if else 来解决 。
begin
【oracle怎么跳出存储 oracle存储过程菜鸟教程】for i in 1..10 loop
if i3 then
dbms_output.put_line(i);
if i=5 then
exit;
end if ;
end if;
end loop;
end;
oracle如何跳出整个存储过程可以用goto语句, 先加个标签aa
然后可以 goto aa
oracle怎么跳出存储的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于oracle存储过程菜鸟教程、oracle怎么跳出存储的信息别忘了在本站进行查找喔 。

    推荐阅读