How can i convert the numbers into words [message #81403] |
Thu, 13 February 2003 17:48 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Susane
Messages: 27 Registered: September 2002
|
Junior Member |
|
|
Hi to all..
I have a problem in converting my record numbers into words. I only used to convert number in whole decimal. My problem is how can i include the centavos in converting the numbers ex. 2535.65 , Can anyone help me. Please your help is highly appreciated.
Codes in number words...
SELECT TO_CHAR ( TO_DATE ( TO_CHAR ( 103465, '99999999999') , 'J'), 'JSP') FROM dual;
returns a value of ONE HUNDRED THREE THOUSAND FOUR HUNDRED SIXTY-FIVE
thanks,
Susane
|
|
|
|