roman numerals

From: Brian Hirt <bhirt(at)mobygames(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: roman numerals
Date: 2003-05-04 17:36:10
Message-ID: E4E92BAB-7E56-11D7-B54B-000393D9FD00@mobygames.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam Witney 2003-05-04 20:25:11 Changing date style output format
Previous Message Jean-Luc Lachance 2003-05-04 17:12:19 Re: [SQL] Best way to delete time stamped data?