Subject Re: [ib-support] Tool for Recreating indexes
Author guido.klapperich@t-online.de
> Alternatively, you can easily do it yourself too.
>
> select 'set statistics index ' || rdb$index_name || ';'
> from rdb$indices
>

Great, do you know perhaps why I can't execute this statement in a IB_Query ?
I get alway 'Field: not found'.


Guido