insert into station_oil_price oil_name, oil_price, station_id, date, #{oilName}, #{oilPrice}, #{stationId}, #{date}, update station_oil_price oil_name = #{oilName}, oil_price = #{oilPrice}, station_id = #{stationId}, date = #{date}, where oil_price_id = #{oilPriceId} delete from station_oil_price where oil_price_id = #{oilPriceId} delete from station_oil_price where oil_price_id in #{oilPriceId}