输入banner图图片脚本导航/分类

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

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的使用

标签: