Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Convertion from Figures to Words
I can get the following to work with a date format but I cannot see how to
do it with just plain numbers.
If nobody else comes up with an answer then I suppose you could use DECODE
or populate a reference table with each number and it's alphabetic
translation
HTH
John
1 SELECT TO_CHAR(TO_DATE('27-OCT-01','DD-MM-YYYY'),'DDSP-MMSP-YYSP')
2* from dual
SQL> /
TO_CHAR(TO_DATE('27-OCT-01','DD-M
Dear Listers ,
I need to convert Figures to Words ...EX : 123 to One Hundred Twenty
Three....
Currently I am using a writen function to do that ..But it has limitations
...
Any suggestions regarding that ?????
Thanks a lot in advance ....
Regards
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ahmed Gholam Hussain
INET: ahussain_at_gisqatar.org.qa
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Hallas John
INET: John.Hallas_at_o2.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Mar 27 2002 - 05:08:34 CST
![]() |
![]() |