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

Home -> Community -> Mailing Lists -> Oracle-L -> Phone # format

Phone # format

From: Bob Metelsky <bmetelsky_at_cps92.com>
Date: Wed, 14 May 2003 11:46:48 -0800
Message-ID: <F001.00598B0B.20030514114648@fatcity.com>


I realised I had too much going on when I sent the first request. I realised how to do this

select '(' ||substr(phone_number,1,3)||')-' || substr(phone_number,3,3) ||'-'||
substr(phone_number,6)from phone_numbers ;

Duh....

There must be a problem with the list because I haven been getting any messages

Thanks!
bob

--

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

Author: Bob Metelsky
  INET: bmetelsky_at_cps92.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 Wed May 14 2003 - 14:46:48 CDT

Original text of this message

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