1、区划信息表2、站点明细表 1、区划信息表select * from fpf_region for update ; 2、站点明细表(5953报文数据来源) select t.*, t.rowid from FPF_SITE_DETAIL t for update;