select id, moderator, user_id, start_time, end_time, time_len, conf_password, max_concurrency, record_path, room_no from cc_conference_list insert into cc_conference_list id, moderator, user_id, start_time, end_time, time_len, conf_password, max_concurrency, record_path, room_no, #{id}, #{moderator}, #{userId}, #{startTime}, #{endTime}, #{timeLen}, #{confPassword}, #{maxConcurrency}, #{recordPath}, #{roomNo}, update cc_conference_list moderator = #{moderator}, user_id = #{userId}, start_time = #{startTime}, end_time = #{endTime}, time_len = #{timeLen}, conf_password = #{confPassword}, max_concurrency = #{maxConcurrency}, record_path = #{recordPath}, room_no = #{roomNo}, where id = #{id} delete from cc_conference_list where id = #{id} delete from cc_conference_list where id in #{id}