select id, fl_date, fl_no, arn, ac_type, pod, poa, airline, csv_path, csv_name, info_resource_id, create_by, create_date, update_by, update_date, remarks, del_flag from info_flight
insert into info_flight
id,
fl_date,
fl_no,
arn,
ac_type,
pod,
poa,
airline,
csv_path,
csv_name,
info_resource_id,
create_by,
create_date,
update_by,
update_date,
remarks,
del_flag,
#{id},
#{flDate},
#{flNo},
#{arn},
#{acType},
#{pod},
#{poa},
#{airline},
#{csvPath},
#{csvName},
#{infoResourceId},
#{createBy},
#{createDate},
#{updateBy},
#{updateDate},
#{remarks},
#{delFlag},
update info_flight
fl_date = #{flDate},
fl_no = #{flNo},
arn = #{arn},
ac_type = #{acType},
pod = #{pod},
poa = #{poa},
airline = #{airline},
csv_path = #{csvPath},
csv_name = #{csvName},
info_resource_id = #{infoResourceId},
create_by = #{createBy},
create_date = #{createDate},
update_by = #{updateBy},
update_date = #{updateDate},
remarks = #{remarks},
del_flag = #{delFlag},
where id = #{id}
delete from info_flight where id = #{id}
delete from info_flight where id in
#{id}