Re: Function to spell out a number

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Function to spell out a number
Дата
Msg-id iauof8$s9i$1@dough.gmane.org
обсуждение исходный текст
Ответ на Function to spell out a number  (lists@kambanaria.org)
Список 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 по дате отправления:

Предыдущее
От: Mladen Gogala
Дата:
Сообщение: Re: Function to spell out a number
Следующее
От: A B
Дата:
Сообщение: How to do A union (B - ( A intersect B )) or sort of :-)