Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: interest of indexes ....
Fred Burlaud wrote:
> Hello,
>
> An index works for search of the complete string of the field but
> is it appropiated for the substring search too
>
> For ex. I would like to know if an index on phone field is appropriated
> in this case
>
> SELECT * From Contact WHERE phone like '%0867%';
>
> Thanks
> Fred
No index can do what you are asking.
I would suggest that you go to http://technet.oracle.com and read up on what indexes are and how they work.
Daniel Morgan Received on Mon Jun 17 2002 - 10:58:15 CDT
![]() |
![]() |