当前位置:Gxlcms > 数据库问题 > [转]oracle触发器与:new,:old的使用

[转]oracle触发器与:new,:old的使用

时间:2021-07-01 10:21:17 帮助过:21人阅读

if :new.num!=:old.num then
      :new.num:=:old.num;
end if;
end case;

-- Errors handling
exception
    when integrity_error then
       raise_application_error(errno, errmsg); //抛出异常语句
end;
/

[转]oracle触发器与:new,:old的使用

标签:

人气教程排行