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

Home -> Community -> Usenet -> c.d.o.tools -> Re: a "not like" operator?

Re: a "not like" operator?

From: Steve Bell <swayne.bell_at_sympatico.ca>
Date: Mon, 09 Apr 2001 16:08:27 GMT
Message-ID: <3AD1DBA2.2D4DD388@sympatico.ca>

True enough,
You can also use the NOT LIKE operator itself:

where columnname NOT LIKE'03%';

Hth,

Steve

Scott Mattes wrote:

> How about
>
> where not ( table_field like '03%')
> and not ( table_field like '04%' )
>
> ???
>
> "Huoy-Jii Khoo" <khoo_at_mcw.edu> wrote in message
> news:9ask9f$oqg$1_at_wiscnews.wiscnet.net...
> > Hi,
> >
> > I know there is a like operator and I can't the "not like" operator.... Is
> > there something like that in Oracle?
> >
> > What I was trying to do is to search string with anything EXCEPT those
> > starting with 03 and 04.....
> >
> > Thanks in advance,
> > jii
> >
> >
> >
Received on Mon Apr 09 2001 - 11:08:27 CDT

Original text of this message

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