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 -> Re: check table for "special" characters.

Re: check table for "special" characters.

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Tue, 16 Mar 2004 13:13:15 -0800
Message-ID: <1079471570.586083@yasure>


Michael Borghoff wrote:
> I want to check 12 columns in a table for any characters others than A-Z & 0-9
>
> (e.g. a-z,?,#,...)
>
> (Oracle 8)
>
> How to do?
>
> Thank you.

In a loop check every character in every column for ASCII values NOT BETWEEN A-Z and 0-9. Keep in mind a-z is different from A-Z.

-- 
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 Tue Mar 16 2004 - 15:13:15 CST

Original text of this message

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