dbTalk Databases Forums  

Urgent Conver number to string in oracle

comp.databases comp.databases


Discuss Urgent Conver number to string in oracle in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Paul
 
Posts: n/a

Default Urgent Conver number to string in oracle - 12-17-2003 , 09:03 AM






Hi:

Anybody can tell em how i can convert like 33,000 to thirty three
thousand in oracle?

Millions thank!
Paul

Reply With Quote
  #2  
Old   
Alan
 
Posts: n/a

Default Re: Urgent Conver number to string in oracle - 12-17-2003 , 02:22 PM







SQL> select to_char( to_date ( 33000 , 'J' ) , 'Jsp' ) from dual;

TO_CHAR(TO_DATE(33000
---------------------
Thirty-Three Thousand


"Paul" <jiacheng_work (AT) yahoo (DOT) com> wrote

Quote:
Hi:

Anybody can tell em how i can convert like 33,000 to thirty three
thousand in oracle?

Millions thank!
Paul



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.