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: test a column value

Re: test a column value

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Mon, 28 Oct 2002 16:40:49 GMT
Message-ID: <3DBD6890.CD7A60EC@exesolutions.com>


ji wrote:

> Hi:
>
> How can I test a column (datatype varchar2) value in Oracle 8.1.7, I need to
> find out this column contains a string of numbers (1,2,3...) or characters
> (a,b,c ...) in any position.
>
> much appreciate

Use the INSTR function.

Daniel Morgan Received on Mon Oct 28 2002 - 10:40:49 CST

Original text of this message

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