Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Convert Numbers to Words with SQL

Re: Convert Numbers to Words with SQL

From: Hemant Deshpande <hemantd_at_corp.webtv.net>
Date: Wed, 27 May 1998 12:10:19 -0500
Message-ID: <356C48FA.A6220FC7@corp.webtv.net>


Hi !!!,

check http://www.oracle-dba.com/ora_scr.htm

GHouck wrote:

> A while ago there was a snippet in one of these Oracle
> newsgroups illustrating a way to display numbers as
> full (English) words, using SQL and the Date/Char
> functions.
>
> It created a function that took a number as input,
> listing the words as output; that is:
>
> select f(123.4) from ...
>
> yielded:
>
> 'one hundred twenty three point four'
>
> Does anyone have this example? Or one like it? Or knows
> where it could be located (without having to start from
> scratch, that is)?
>
> Thanks,
>
> Geoff Houck
> systems hk
> hksys_at_teleport.com
> http://www.teleport.com/~hksys
Received on Wed May 27 1998 - 12:10:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US