INSERT INTO sensor_staining_rules_condition (sensorStainingRulesId,sensorId,sensorPhysicalQuantityId,sensorPhysicalQuantityName,sensorPhysicalQuantityValue) VALUES (#{sensorStainingRulesId},#{sensorId},#{sensorPhysicalQuantityId},#{sensorPhysicalQuantityName},#{sensorPhysicalQuantityValue}) delete FROM sensor_staining_rules_condition where sensorStainingRulesId=#{sensorStainingRulesId}