Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: INDEX possible for reverse wildcards?
<ctcgag_at_hotmail.com> wrote in message
news:20040604183510.277$gk_at_newsreader.com...
> Well, you would only need to look at index entries that start with 'w',
> '%', or '_'. And if the first character is a 'w' or a '_', you only need
> to look at ones where the second is 'w', '%', or '_'.
And if the first character happens to be '%', then?
> And so on. Kind of
> like a skip scan. (or course, in the example given, this wouldn't gain
you
> anything, as they all either start with 'w' or a wild-card.)
Received on Fri Jun 04 2004 - 17:52:28 CDT