你的位置:首页 > 软件开发 > 数据库 > oracle自定义异常

oracle自定义异常

发布时间:2016-04-06 10:00:10
1.弹出错误框:示例代码:declare v_count number;begin select count(*) into v_count from dept; if v_count < 10 then raise_application_error(-20001, ...

oracle自定义异常

1.弹出错误框:

示例代码:

declare v_count number;begin  select count(*) into v_count from dept; if v_count < 10 then   raise_application_error(-20001,'数量小于10'); end if;end;

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:oracle自定义异常

关键词:oracle

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录