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 -> SQL - Filter for values without alphanumeric characters

SQL - Filter for values without alphanumeric characters

From: Robert Wehofer <thalion77_at_graffiti.net>
Date: Wed, 28 Jun 2006 14:45:32 +0200
Message-ID: <7126d$44a279a3$d4badae4$3678@news.chello.at>


Hello!

I would like to execute following sql statement:

SELECT MAX(Column1) FROM Table1

and assign the result to an integer variable.

The conversion will fail, if the maximum contains alphanumeric characters.

Is there a possibility to set a WHERE clause to filter only those values not having alphanumeric characters?

Regards,
Robert Received on Wed Jun 28 2006 - 07:45:32 CDT

Original text of this message

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