select id, customerCode, section_id, duration, percent, course, title, pict, comment, time ,type from b_customer_video_watches insert into b_customer_video_watches customerCode, section_id, duration, percent, course, title, pict, comment, time, type, #{customerCode}, #{sectionId}, #{duration}, #{percent}, #{course}, #{title}, #{pict}, #{comment}, #{time}, #{type}, update b_customer_video_watches customerCode = #{customerCode}, section_id = #{sectionId}, duration = #{duration}, percent = #{percent}, course = #{course}, title = #{title}, pict = #{pict}, comment = #{comment}, time = #{time}, type = #{type}, where id = #{id} delete from b_customer_video_watches where id = #{id} delete from b_customer_video_watches where id in #{id}