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

Home -> Community -> Usenet -> c.d.o.misc -> Simple SQL query help - String functions

Simple SQL query help - String functions

From: Tangz <thangam.moor_at_gmail.com>
Date: 24 Apr 2007 12:34:35 -0700
Message-ID: <1177443275.410940.280610@r3g2000prh.googlegroups.com>


I need a select query that selects the first, last and middle name of employees without hyphens, apostrophes, blanks, periods, suffixes (Jr.) or prefix (Dr.). My current query looks something like this:

Select Fname, Lname, Mname
from employee
where <condition>

Any help will be appreciated !

Thanks
Thangam Received on Tue Apr 24 2007 - 14:34:35 CDT

Original text of this message

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