select rtu_no, rtu_type from rtu insert into rtu rtu_no, rtu_type, #{rtuNo}, #{rtuType}, update rtu rtu_type = #{rtuType}, where rtu_no = #{rtuNo} delete from rtu where rtu_no = #{rtuNo}