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}
KEY2, VALUE2
delete from PUBLIC.SAMPLETABLE2
where KEY2 = #{key2,jdbcType=VARCHAR}
delete from PUBLIC.SAMPLETABLE2
insert into PUBLIC.SAMPLETABLE2 (KEY2, VALUE2)
values (#{key2,jdbcType=VARCHAR}, #{value2,jdbcType=VARCHAR})
insert into PUBLIC.SAMPLETABLE2
KEY2,
VALUE2,
#{key2,jdbcType=VARCHAR},
#{value2,jdbcType=VARCHAR},
update PUBLIC.SAMPLETABLE2
KEY2 = #{record.key2,jdbcType=VARCHAR},
VALUE2 = #{record.value2,jdbcType=VARCHAR},
update PUBLIC.SAMPLETABLE2
set KEY2 = #{record.key2,jdbcType=VARCHAR},
VALUE2 = #{record.value2,jdbcType=VARCHAR}
update PUBLIC.SAMPLETABLE2
VALUE2 = #{value2,jdbcType=VARCHAR},
where KEY2 = #{key2,jdbcType=VARCHAR}
update PUBLIC.SAMPLETABLE2
set VALUE2 = #{value2,jdbcType=VARCHAR}
where KEY2 = #{key2,jdbcType=VARCHAR}