Exforsys

Online Training

send me answer for some function questions

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...


Go Back   Exforsys > Articles and Tutorials > Oracle Tutorials

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-12-2008, 03:19 PM
Junior Member
 
Join Date: Feb 2008
Posts: 3
gurusuryas is on a distinguished road
send me answer for some function questions

1.Function for displaying Rupees in Words.
2.Function for displaying Numbers in Words
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-16-2008, 03:53 AM
Member
 
Join Date: Jan 2006
Posts: 34
Guptha_S is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-14-2008, 01:32 PM
Junior Member
 
Join Date: Feb 2008
Posts: 3
gurusuryas is on a distinguished road
Thanks Guptha

Thanks Guptha for ur co opertaion
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new questions
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

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


All times are GMT -4. The time now is 03:05 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.