Subject | Re: [firebird-support] How to exclude index from plan? |
---|---|
Author | Ann W. Harrison |
Post date | 2006-11-20T17:27:22Z |
Rick Debay wrote:
Regards,
Ann
> I need to give Firebird 2 a hint to not use an index in the query below.If it's a char field, you might use concatenation rather than addition.
> However, changing
> WHERE
> po.REPLENISH_GRP = ? AND
>
> To
>
> WHERE
> po.REPLENISH_GRP+'' = ? AND
>
Regards,
Ann