锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲精品555,久操国产精品,欧美一区二区三区公司http://www.aygfsteel.com/cbtpro/zh-cnSun, 06 Jul 2025 01:50:19 GMTSun, 06 Jul 2025 01:50:19 GMT60trigger http://www.aygfsteel.com/cbtpro/archive/2011/09/07/358198.html闄堢ⅶ婊?/dc:creator>闄堢ⅶ婊?/author>Wed, 07 Sep 2011 08:45:00 GMThttp://www.aygfsteel.com/cbtpro/archive/2011/09/07/358198.htmlhttp://www.aygfsteel.com/cbtpro/comments/358198.htmlhttp://www.aygfsteel.com/cbtpro/archive/2011/09/07/358198.html#Feedback0http://www.aygfsteel.com/cbtpro/comments/commentRss/358198.htmlhttp://www.aygfsteel.com/cbtpro/services/trackbacks/358198.htmlcreate or replace trigger pm4h_hw_db.t_get_sys_bhstore after insert on pm4h_ad.sys_bhstore declare pragma autonomous_transaction; tablename varchar2(64); cursor cr is select bhtable from pm4h_ad.sys_bhstore where bhmodelid = 'TODBH'; begin open cr; fetch cr into tablename; while cr%found loop if fun_is_exists_table(tablename) = 0 then pm4h_hw_db.create_bh_table(tablename); end if; fetch cr into tablename; end loop; close cr; end pm4h_hw_db.t_get_sys_bhstore;