id, keyword, count delete from cab_keyword where id = #{id,jdbcType=BIGINT} insert into cab_keyword (id, keyword, count ) values (#{id,jdbcType=BIGINT}, #{keyword,jdbcType=VARCHAR}, #{count,jdbcType=BIGINT} ) insert into cab_keyword id, keyword, count, #{id,jdbcType=BIGINT}, #{keyword,jdbcType=VARCHAR}, #{count,jdbcType=BIGINT}, update cab_keyword keyword = #{keyword,jdbcType=VARCHAR}, count = #{count,jdbcType=BIGINT}, where id = #{id,jdbcType=BIGINT} update cab_keyword set keyword = #{keyword,jdbcType=VARCHAR}, count = #{count,jdbcType=BIGINT} where id = #{id,jdbcType=BIGINT}