码迷,mamicode.com
首页 > 数据库 > 详细

oracle中触发器报错:未找到数据

时间:2014-10-14 21:36:49      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:oracle未找到数据

   
  select ts.tbcxsx into param_timeLimit from winf_sv_ex_hybs_tbcxsq ts
  where ts.sblsh=:new.sblsh and ts.xh=:new.xh;


  如果未找到任何记录,后面加一句


  Exception when no_data_found then  
  param_timeLimit := 0;   即可;

oracle中触发器报错:未找到数据

标签:oracle未找到数据

原文地址:http://7883830.blog.51cto.com/7873830/1563912

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!