Re: Function to spell out a number - Mailing list pgsql-novice

From Thomas Kellerer
Subject Re: Function to spell out a number
Date
Msg-id iauof8$s9i$1@dough.gmane.org
Whole thread Raw
In response to Function to spell out a number  (lists@kambanaria.org)
List pgsql-novice
lists@kambanaria.org, 04.11.2010 15:28:
> Hi everyone,
> I've checked the manual and a bit online but could not find this:
> Is there a provided function to spell out numbers in Postgres? (in
> different languages if possible.)
> For example:
> to_words(1234) =>  'two hundred and thirty four"
> Kind regards:
> al_shopov
>

For english:
http://wiki.postgresql.org/wiki/Numeric_to_English

Spanish:
http://wiki.postgresql.org/wiki/Numeros_a_letras

pgsql-novice by date:

Previous
From: Mladen Gogala
Date:
Subject: Re: Function to spell out a number
Next
From: A B
Date:
Subject: How to do A union (B - ( A intersect B )) or sort of :-)