oracle 多字段更新 表关联更新
update miaxis_coach_info a set (a.ci_county,a.ci_county_name)= (select b.ds_county_id,b.ds_county_name from DIC_DRIVING_SCHOOL b where a.ci_school=b.ds_inner_num)
update miaxis_coach_info a set (a.ci_county,a.ci_county_name)= (select b.ds_county_id,b.ds_county_name from DIC_DRIVING_SCHOOL b where a.ci_school=b.ds_inner_num)