Subject Re: [ib-support] Re: containing, like, =
Author Lucas Franzen
> ...
> I think LIKE 'XY%' use indexes, but LIKE '%XY%' doesn't.

LIKE 'XY%' can be replaced by STARTING WITH (which uses indexes), so I
think this is what's happening internally.


Luc.