select id, camera_id, region, video_type, file_name, file_path, video_date, video_time, create_date from ai_video_file insert into ai_video_file camera_id, region, video_type, file_name, file_path, video_date, video_time, create_date, #{cameraId}, #{region}, #{videoType}, #{fileName}, #{filePath}, #{videoDate}, #{videoTime}, #{createDate}, update ai_video_file camera_id = #{cameraId}, region = #{region}, video_type = #{videoType}, file_name = #{fileName}, file_path = #{filePath}, video_date = #{videoDate}, video_time = #{videoTime}, create_date = #{createDate}, where id = #{id} delete from ai_video_file where id = #{id} delete from ai_video_file where id in #{id}