oracle中使用PL/SQL创建创建触发器,在编辑器窗口写完了代码运行时候不提示成功也不提示错误,到底怎么创建
createorreplacetriggerStu_triggerbeforeinsertonstudent_info_tabbeginifto_char(sysdate...
create or replace trigger Stu_trigger
before insert
on student_info_tab
begin
if to_char(sysdate,'DAY')='星期日'
then raise_application_error(-20001,'不能在休息日增加雇员信息!');
end if;
end 展开
before insert
on student_info_tab
begin
if to_char(sysdate,'DAY')='星期日'
then raise_application_error(-20001,'不能在休息日增加雇员信息!');
end if;
end 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询