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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle For Fun

Re: Oracle For Fun

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Wed, 28 Jan 2004 17:14:00 -0800
Message-ID: <1075338777.438703@yasure>


Frank van Bortel wrote:

> <g> COuld you make that a regular? I'd like that.

My pleasure. I can't remember if I've done this one before ... but in the US telephone numbers with area code are always in the form ###-###-####.

Write a simple function that will return a Boolean (True/False) as to whether something has the format of a valid telephone number with area code. It must check for the following:

Three integers between 0 and 9
Followed by a dash '-'
Followed by three integers between 0 and 9 Followed by a dash '-'
Followed by four integers
The length must be 12.

Hint: When I run the following query:
select * from user_source where name = <function_name>; it returns only 7 lines of code.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Wed Jan 28 2004 - 19:14:00 CST

Original text of this message

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