insert into cn_address_types (address_type_id,description) values (:address_type_id,:description) select address_type_id, description from cn_address_types where address_type_id = :address_type_id update cn_address_types set description = :description where address_type_id = :address_type_id