and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
country_name_en, country_name_zh, region_code, tel_code
delete from country_code
where country_name_en = #{countryNameEn,jdbcType=VARCHAR}
delete from country_code
insert into country_code (country_name_en, country_name_zh, region_code,
tel_code)
values (#{countryNameEn,jdbcType=VARCHAR}, #{countryNameZh,jdbcType=VARCHAR}, #{regionCode,jdbcType=CHAR},
#{telCode,jdbcType=INTEGER})
insert into country_code
country_name_en,
country_name_zh,
region_code,
tel_code,
#{countryNameEn,jdbcType=VARCHAR},
#{countryNameZh,jdbcType=VARCHAR},
#{regionCode,jdbcType=CHAR},
#{telCode,jdbcType=INTEGER},
update country_code
country_name_en = #{record.countryNameEn,jdbcType=VARCHAR},
country_name_zh = #{record.countryNameZh,jdbcType=VARCHAR},
region_code = #{record.regionCode,jdbcType=CHAR},
tel_code = #{record.telCode,jdbcType=INTEGER},
update country_code
set country_name_en = #{record.countryNameEn,jdbcType=VARCHAR},
country_name_zh = #{record.countryNameZh,jdbcType=VARCHAR},
region_code = #{record.regionCode,jdbcType=CHAR},
tel_code = #{record.telCode,jdbcType=INTEGER}
update country_code
country_name_zh = #{countryNameZh,jdbcType=VARCHAR},
region_code = #{regionCode,jdbcType=CHAR},
tel_code = #{telCode,jdbcType=INTEGER},
where country_name_en = #{countryNameEn,jdbcType=VARCHAR}
update country_code
set country_name_zh = #{countryNameZh,jdbcType=VARCHAR},
region_code = #{regionCode,jdbcType=CHAR},
tel_code = #{telCode,jdbcType=INTEGER}
where country_name_en = #{countryNameEn,jdbcType=VARCHAR}