| 发表于:2007-11-20 14:39:411楼 得分:0 |
referencing new row as nrow old row as orow referencing new 写得不对,应该是 referencing new row 我的测试 通过 create trigger person_log after insert on t_person referencing new row as nrow for each row mode db2sql insert into t_log(p_id,time,action) values (nrow.p_id,current timestamp,'insert') | | |
|