在触发器中当into数据不存在时会出现no data found错误,以下是解决方案: begin ..... exceptio when no_data_found then //以下是你的内容了 end