摘要:
create or replace trigger updCust before update on bd_cubasdoc for each rowdeclare -- local variables here pk_bas char(20); /*查询目标公司是否存在基本档案*/ cursor basjob(id char) is select pk_cubasdoc from ncv5.bd_cubasdoc /*目标数据库表*/ where pk_cubasdoc = id and nvl(dr, 0) = 0;begin /*判断目标... 阅读全文
posted @ 2012-06-08 17:36
sumsen
阅读(426)
评论(0)
推荐(0)

浙公网安备 33010602011771号