I see there's a way to convert to a roman numeral using to_char(10,'RN') will give you 'X'.How can i go the other way? i was looking through the docs, but i couldn't find the right arguments to give to to_number('X',???) to get 10.
regards,
--brian