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: Will the LIKE operator cause a tablescan?

Re: Will the LIKE operator cause a tablescan?

From: <bonanos_at_yahoo.com>
Date: Mon, 01 Feb 1999 06:55:13 GMT
Message-ID: <793j4f$969$1@nnrp1.dejanews.com>


Hi

> >Will a search using the LIKE operator cause a tablescan if the criteria is
> >of type '<text>%'?

That will not cause a full table scan, It will force one if you put the perecent in the from of the string, but not at the end.

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Feb 01 1999 - 00:55:13 CST

Original text of this message

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