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

时间:2016-01-04 18:09:25   收藏:0   阅读:879

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;

别忘了分号

 

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!