Re: Function to spell out a number

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Function to spell out a number
Date: 2010-11-04 16:53:59
Message-ID: iauof8$s9i$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

lists(at)kambanaria(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message A B 2010-11-04 19:53:57 How to do A union (B - ( A intersect B )) or sort of :-)
Previous Message Mladen Gogala 2010-11-04 16:11:19 Re: Function to spell out a number