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}
id, dt, video_id, category, title, video, score, create_timestamp
delete from content_platform_video
where id = #{id,jdbcType=BIGINT}
delete from content_platform_video
insert into content_platform_video (id, dt, video_id,
category, title, video,
score, create_timestamp)
values (#{id,jdbcType=BIGINT}, #{dt,jdbcType=VARCHAR}, #{videoId,jdbcType=BIGINT},
#{category,jdbcType=VARCHAR}, #{title,jdbcType=VARCHAR}, #{video,jdbcType=VARCHAR},
#{score,jdbcType=DOUBLE}, #{createTimestamp,jdbcType=BIGINT})
insert into content_platform_video
id,
dt,
video_id,
category,
title,
video,
score,
create_timestamp,
#{id,jdbcType=BIGINT},
#{dt,jdbcType=VARCHAR},
#{videoId,jdbcType=BIGINT},
#{category,jdbcType=VARCHAR},
#{title,jdbcType=VARCHAR},
#{video,jdbcType=VARCHAR},
#{score,jdbcType=DOUBLE},
#{createTimestamp,jdbcType=BIGINT},
update content_platform_video
id = #{record.id,jdbcType=BIGINT},
dt = #{record.dt,jdbcType=VARCHAR},
video_id = #{record.videoId,jdbcType=BIGINT},
category = #{record.category,jdbcType=VARCHAR},
title = #{record.title,jdbcType=VARCHAR},
video = #{record.video,jdbcType=VARCHAR},
score = #{record.score,jdbcType=DOUBLE},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
update content_platform_video
set id = #{record.id,jdbcType=BIGINT},
dt = #{record.dt,jdbcType=VARCHAR},
video_id = #{record.videoId,jdbcType=BIGINT},
category = #{record.category,jdbcType=VARCHAR},
title = #{record.title,jdbcType=VARCHAR},
video = #{record.video,jdbcType=VARCHAR},
score = #{record.score,jdbcType=DOUBLE},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT}
update content_platform_video
dt = #{dt,jdbcType=VARCHAR},
video_id = #{videoId,jdbcType=BIGINT},
category = #{category,jdbcType=VARCHAR},
title = #{title,jdbcType=VARCHAR},
video = #{video,jdbcType=VARCHAR},
score = #{score,jdbcType=DOUBLE},
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
where id = #{id,jdbcType=BIGINT}
update content_platform_video
set dt = #{dt,jdbcType=VARCHAR},
video_id = #{videoId,jdbcType=BIGINT},
category = #{category,jdbcType=VARCHAR},
title = #{title,jdbcType=VARCHAR},
video = #{video,jdbcType=VARCHAR},
score = #{score,jdbcType=DOUBLE},
create_timestamp = #{createTimestamp,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}