觸發(fā)器的安全檢查
我的代碼為啥總是不能運(yùn)行了 create trigger tri2 ? after update on emp begin ? if to_char(sysdate, 'day') in ('星期六', '星期日') or ? ? ?to_number(to_char(sysdate, 'hh24')) not between 8 to 16 then ? ? /*raise_application_error(-20013,'現(xiàn)在是非工作時間不可以添加任何的數(shù)據(jù)');*/ ? ? null; ? end if; ? null; end;
2017-02-15
如果在命令行下,需要在結(jié)尾加:/
2016-06-24
end; 后加 /