Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Change nuber.+# to number

RE: Change nuber.+# to number

From: Gorbounov,Vadim <vadim.gorbounov_at_liberate.com>
Date: Thu, 31 Jul 2003 10:34:30 -0800
Message-ID: <F001.005C803A.20030731103430@fatcity.com>


Does it make a deal?  

SQL> select translate('#33', '1234567890#,_', '1234567890') from dual;  

TR
--

33

-----Original Message-----

Sent: Thursday, July 31, 2003 2:10 PM
To: Multiple recipients of list ORACLE-L

Hi,
I want to get rid or those special char in a number string to a pure number, for an instance, from 89_. or 99,9 to 89 and 999. Which function should I use in SqlPlus?
Thanks a lot,  

Jack  

Change nuber.+# to number    

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Gorbounov,Vadim
  INET: vadim.gorbounov_at_liberate.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Jul 31 2003 - 13:34:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US