This is a discussion on send me answer for some function questions within the Oracle Tutorials forums, part of the Articles and Tutorials category; 1.Function for displaying Rupees in Words. 2.Function for displaying Numbers in Words...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi gurusuryas
Try this SQL> SELECT emp_id, emp_name, basic_salary, net_salary, (to_char(to_date(net_salary,'j'), 'jsp')) FROM employee; play around and make some small changes you can add "Rs." at the beginning and "only" at the end Hope this helps Regards |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ) | Steve Summit | Tech FAQ | 0 | 06-15-2004 06:00 AM |
| comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ) | Steve Summit | Tech FAQ | 0 | 06-01-2004 06:01 AM |
| comp.lang.c Answers to Frequently Asked Questions (FAQ List) | Steve Summit | Tech FAQ | 0 | 06-01-2004 06:00 AM |
| comp.lang.c Answers (Abridged) to Frequently Asked Questions (FAQ) | Steve Summit | Tech FAQ | 0 | 05-15-2004 06:00 AM |
| Quarterly ASCII posting of SCO Programmer's FAQ | Boyd Lynn Gerber | Tech FAQ | 0 | 04-25-2004 10:11 PM |