SUMSEN

Oracle&Sql爱好者,用友NC管理员

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年6月15日

摘要: create or replace trigger AUTOLHH before insert on bd_cubasdoc for each rowdeclare -- local variables here vcombineaccnum char(15); vpk_custbank char(20);begin select accaddr,pk_custbank into vcombineaccnum,vpk_custbank from bd_custbank where pk_cubasdoc=:new.pk_cubasdoc; insert into b... 阅读全文
posted @ 2012-06-15 18:00 sumsen 阅读(820) 评论(0) 推荐(0) 编辑