Subject | Re: Plan with udf funtions |
---|---|
Author | Adam |
Post date | 2006-10-31T20:27:52Z |
--- In firebird-support@yahoogroups.com, "yartax1" <yartax@...> wrote:
from table A
where a.zone starting with 'EUR_';
Adam
>Select *
> Hi,
>
> One question, did fb 1.5 benefits of indexes with udf functions?
>
> Example:
>
> I have next query:
>
> Select *
> from table A
> where substr(a.zone,1,4) = 'EUR_'
>
> with a index on a.zone
from table A
where a.zone starting with 'EUR_';
Adam