添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
虚心的薯片  ·  使用Django rest ...·  2 年前    · 
成熟的柳树  ·  laravel ...·  3 年前    · 
createorreplacetriggertri_checkbeforeinsertonempdeclarevdayvarchar2(30);beginselectto_char(sysdate,'day')intovdayfromdual;ifvday='thursday'thenraise_application_error(-20... create or replace trigger tri_check
before
insert
on emp
declare
vday varchar2(30);
begin
select to_char(sysdate,'day') into vday from dual;
if vday = 'thursday' then
raise_application_error(-20001,'周四老板,不允许插入数据');
--raise no_data_found;
end if;
end;
insert into XXXXX