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: select non-alpha

Re: select non-alpha

From: damorgan <damorgan_at_exesolutions.com>
Date: Thu, 12 Dec 2002 00:20:46 GMT
Message-ID: <3DF7D654.570AC713@exesolutions.com>


Pucko wrote:

> How to write sql /plsql to select all (rows)varchar that does NOT contain
> A-Z or a-z
>
> /pucko

Work SELECT TRANSLATE(UPPER(field), '2ABCDEFGHIJKLMNOPQRSTUVWXYZ', '2')

into your code and see if the length of the string changes.

Daniel Morgan Received on Wed Dec 11 2002 - 18:20:46 CST

Original text of this message

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