为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。 【DM版本】: 【操作系统】: 【CPU】: 【问题描述】*: 我在触发器中用select查询数据,如果没有查到数据就会报未查询到值 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
可以试试加个exception when no_data_found then