FAQ
Members List
Calendar
Mark Forums Read
Urgent Conver number to string in oracle
dbTalk Databases Forums
Databases
comp.databases
Urgent Conver number to string in oracle
comp.databases
comp.databases
Discuss
Urgent Conver number to string in oracle
in the
comp.databases
forum.
Thread Tools
Display Modes
#
1
Paul
Posts: n/a
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
Paul
#
2
Alan
Posts: n/a
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
Alan
«
Previous Thread
|
Next Thread
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
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.
Contact Us
-
dbTalk Databases Forums
-
Archive
-
Top