Re: How to convert numbers into words in postgresql

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to convert numbers into words in postgresql
Date: 2013-05-14 21:32:08
Message-ID: 5192AD58.3000807@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/13/2013 11:27 PM, Jashaswee wrote:
> i want to convert numbers into words in postgresql.is there any query for it?
> if yes please reply soon

you mean, like 123 -> "one hundred twenty three" ? that would be
better done in your client software.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2013-05-14 21:32:44 Re: Running out of memory on vacuum
Previous Message Raymond O'Donnell 2013-05-14 21:09:52 Re: How to convert numbers into words in postgresql