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

Home -> Community -> Mailing Lists -> Oracle-L -> Operator Link

Operator Link

From: ecaforum <ecaforum_at_itelefonica.com.br>
Date: Sun, 17 Oct 2004 07:10:07 -0200
Message-ID: <005901c4b429$19b64150$032664c8@servidor>


Friends :

I need to identify in a column if the 3 first characters are about datatye number.

Is there another easy way to do it ?

I used the follow instruction :

where ascii(substr(columname,1,1)) between 47 and 57 and

          ascii(substr(columname,2,1)) between 47 and 57  and
          ascii(substr(columname,3,1)) between 47 and 57

Regards
Eriovaldo

--
http://www.freelists.org/webpage/oracle-l
Received on Sun Oct 17 2004 - 04:09:06 CDT

Original text of this message

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