Subject: Numbers to words and vice versa?
Posted By: code_lover Post Date: 1/7/2007 3:50:09 PM
Could someone explain me in detail what is really happening in the query below:

SELECT TO_CHAR(TO_DATE(SAL,'J'),'JSP') FROM EMP;

And what are we going to do when we have to convert words in to numbers, let us say "2034" to "TWO THOUSAND THIRTY FOUR".
Thankyou.


Go to topic 54493

Return to index page 71
Return to index page 70
Return to index page 69
Return to index page 68
Return to index page 67
Return to index page 66
Return to index page 65
Return to index page 64
Return to index page 63
Return to index page 62