This is a discussion on how to display number as string within the Oracle Tutorials forums, part of the Articles and Tutorials category; Hi, Some body please tell me how to display 1234 as "one thousand two hundred thirty four" using ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Quote:
You can try out this select to_char(to_date('1234','j'),'jsp') from dual; i hope this will work. regards sourabh |