摘要: create or replace trigger wid_iwm_new_id_tri before insert on web_iwm_data_raw for each rowdeclare -- local variables herebegin select WEB_SPLIT_IWM_SEQ.NEXTVAL into :new.id from dual;end wid_iwm_new_id_tri; 阅读全文
posted @ 2012-06-28 20:09 暗夜螃蟹 阅读(116) 评论(0) 推荐(0)