码迷,mamicode.com
首页 > 其他好文 > 详细

Warning: 执行完毕, 但带有警告 trigger trigger_EqPic_insert 已编译。

时间:2016-01-04 18:09:33      阅读:605      评论:0      收藏:0      [点我收藏+]

标签:

create or replace trigger trigger_EqPic_insert
before insert on TB_EqPic
for each row
declare
begin
select SEQ_EqPic.nextval into :new.EQPIC_ID from dual;
end trigger_EqPic_insert;

别忘了分号

 

Warning: 执行完毕, 但带有警告 trigger trigger_EqPic_insert 已编译。

标签:

原文地址:http://www.cnblogs.com/mingjing/p/5099821.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!