Exforsys

Online Training

how to display number as string

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


Go Back   Exforsys > Articles and Tutorials > Oracle Tutorials

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-30-2005, 10:43 AM
Junior Member
 
Join Date: Jun 2005
Posts: 4
nishasingh is on a distinguished road
how to display number as string

Hi,
Some body please tell me how to display 1234 as "one thousand two hundred thirty four" using sql query
Thanx& regards
Nishasingh
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-01-2005, 09:02 AM
Junior Member
 
Join Date: Sep 2004
Posts: 1
sourabh
Quote:
Originally Posted by nishasingh
Hi,
Some body please tell me how to display 1234 as "one thousand two hundred thirty four" using sql query
Thanx& regards
Nishasingh
Hi nisha,

You can try out this

select to_char(to_date('1234','j'),'jsp') from dual;

i hope this will work.

regards
sourabh
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-01-2005, 09:29 PM
Junior Member
 
Join Date: Jun 2005
Posts: 6
manohar999 is on a distinguished road
very simple and good one...

Manohar
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 threads
You may not post replies
You may not post attachments
You may not edit your posts

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



All times are GMT -4. The time now is 04:59 AM.


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