select windplant_no, bcr_no, wtur_no, oftype, name, ref, presence, actval, frval, frtime, incval, bcr_type, q, t, stat_flag, unified_point from bcr insert into bcr(windplant_no, bcr_no, wtur_no, name, ref, incval, bcr_type, unified_point) SELECT #{item.windplantNo}, #{item.bcrNo}, #{item.wturNo}, #{item.name}, #{item.ref}, #{item.incval}, #{item.bcrType}, #{item.unifiedPoint} FROM DUAL delete from bcr where bcr_no = #{bcrNo}