select location,local_road_name,end_stake_mark,id, control_mode, location_type, special_place_description, special_construction, other_construction_name, construction_measurement, facility_id, exits_inlets, lane_occupancy, traffic_condition from dc_event_construction SELECT dc_event_construction.id as id, dc_event_construction.control_mode as control_mode, dc_event_construction.location_type as location_type, dc_event_construction.special_place_description as special_place_description, dc_event_construction.special_construction as special_construction, dc_event_construction.other_construction_name as other_construction_name, dc_event_construction.construction_measurement as construction_measurement, dc_event_construction.facility_id as facility_id, dc_event_construction.exits_inlets as exits_inlets, dc_event_construction.lane_occupancy as lane_occupancy, dc_event_construction.traffic_condition as traffic_condition, dc_event_construction.local_road_name as local_road_name, dc_event_construction.end_stake_mark as end_stake_mark, dc_event_construction.location as location, dc_facility.other_config as other_config, dc_facility.remark as remark, dc_facility.stake_mark as stake_mark, dc_facility.facility_type as facility_type, dc_facility.facility_name as facility_name, dc_facility.direction as direction FROM dc_event_construction insert into dc_event_construction id, control_mode, location_type, special_place_description, special_construction, other_construction_name, construction_measurement, facility_id, exits_inlets, lane_occupancy, traffic_condition, end_stake_mark, local_road_name, location, #{id}, #{controlMode}, #{locationType}, #{specialPlaceDescription}, #{specialConstruction}, #{otherConstructionName}, #{constructionMeasurement}, #{facilityId}, #{exitsInlets}, #{laneOccupancy}, #{trafficCondition}, #{endStakeMark}, #{localRoadName}, #{location}, update dc_event_construction control_mode = #{controlMode}, location_type = #{locationType}, special_place_description = #{specialPlaceDescription}, special_construction = #{specialConstruction}, other_construction_name = #{otherConstructionName}, construction_measurement = #{constructionMeasurement}, facility_id = #{facilityId}, exits_inlets = #{exitsInlets}, lane_occupancy = #{laneOccupancy}, traffic_condition = #{trafficCondition}, end_stake_mark = #{endStakeMark}, local_road_name = #{localRoadName}, location = #{location}, where id = #{id} delete from dc_event_construction where id = #{id} delete from dc_event_construction where id in #{id}