select id, fl_date, fl_no, arn, ac_type, pod, poa, airline, csv_path, csv_name, operate_by, operate_date, host_ip, file_size, operate_type, is_succe, fail_type, create_by, create_date, update_by, update_date, remarks, del_flag from info_imexport_log insert into info_imexport_log id, fl_date, fl_no, arn, ac_type, pod, poa, airline, csv_path, csv_name, operate_by, operate_date, host_ip, file_size, operate_type, is_succe, fail_type, create_by, create_date, update_by, update_date, remarks, del_flag, #{id}, #{flDate}, #{flNo}, #{arn}, #{acType}, #{pod}, #{poa}, #{airline}, #{csvPath}, #{csvName}, #{operateBy}, #{operateDate}, #{hostIp}, #{fileSize}, #{operateType}, #{isSucce}, #{failType}, #{createBy}, #{createDate}, #{updateBy}, #{updateDate}, #{remarks}, #{delFlag}, update info_imexport_log fl_date = #{flDate}, fl_no = #{flNo}, arn = #{arn}, ac_type = #{acType}, pod = #{pod}, poa = #{poa}, airline = #{airline}, csv_path = #{csvPath}, csv_name = #{csvName}, operate_by = #{operateBy}, operate_date = #{operateDate}, host_ip = #{hostIp}, file_size = #{fileSize}, operate_type = #{operateType}, is_succe = #{isSucce}, fail_type = #{failType}, create_by = #{createBy}, create_date = #{createDate}, update_by = #{updateBy}, update_date = #{updateDate}, remarks = #{remarks}, del_flag = #{delFlag}, where id = #{id} delete from info_imexport_log where id = #{id} delete from info_imexport_log where id in #{id}