Fetched: May 12th, 2008, 6:45pm PDT
<code>To Display the number value in Words
i am using this query i am giving this example
RO2003@BDAPPRD.SGP.HP.COM> select sal, (to_char(to_date(sal,'j'), 'jsp')) from emp;
And the output is
SAL (TO_CHAR(TO_DATE(SAL,'J'),'JSP'...