insert into weather ( time, wind_speed, wind_direction, weather_condition, temperature ) values ( #{time},#{windSpeed},#{windDirection},#{weatherCondition},#{temperature} ) delete from weather where id = #{id}