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

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL Number to Text Conversion

Re: SQL Number to Text Conversion

From: Tom Verhagen <tverhage_at_aon.nl>
Date: Fri, 28 Jan 2000 12:16:24 +0100
Message-ID: <38917A88.18FD63D2@aon.nl>


works fine for numbers between ...

ORA-01854: julian date must be between 1 and 5373484

Erika Grondzakova wrote:

> Hi,
>
> SELECT TO_CHAR(to_date(2972,'J'), 'JSP')
> FROM DUAL;
>
> HTH,
>
> Erika
>
> Colin Sheppard wrote:
> >
> > Hello,
> >
> > I was wondering if you can direct me to some ORACLE PL/SQL code/builtin
> > function, or a web site that converts a numeric value into text, and/or
> > vice-versa? For example:
> >
> > '2972'
> >
> > would be
> >
> > 'two thousand nine hundred and seventy two'
> >
> > Thank you for your kind attention and assistance,
> >
> > Cheers,
> >
> > Colin Sheppard,
> > IT Solutions Specialist,
> > Agilent Technologies,
> > Singapore.
Received on Fri Jan 28 2000 - 05:16:24 CST

Original text of this message

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