Oracle存储过程中的break和continue

2015-05-28 0 838
Oracle存储过程中的break和continue
break可用exit代替。
loop
...
exit when ...;
...
end loop;
continue和用自定义异常代替。
loop
begin
...
raise my_ex;
...
exception
when others then null;
end;
end loop; 

遇见资源网 sql Oracle存储过程中的break和continue http://www.ox520.com/17663.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务