为了账号安全,请及时绑定邮箱和手机立即绑定

提示Warning: Trigger created with compilation errors?请问如何解决

 create or replace trigger c2

  2  before update

  3  on emp1

  4  for each row

  5  begin

  6  if :new.sal < :old.sal then

  7  raise_application_error(-20002,'||:new.sal||'  '||:old.sal||);

  8  end  if;

  9  end;

 10  /

 

Warning: Trigger created with compilation errors


正在回答

1 回答

你这里: raise_application_error(-20002,'||:new.sal||'  '||:old.sal||);   单引号用的有问题(3个引号),多了一个引号,去掉第一个引号

2 回复 有任何疑惑可以回复我~
#1

zhaoping55 提问者

非常感谢!
2016-07-07 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

提示Warning: Trigger created with compilation errors?请问如何解决

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信