Subject Re: [firebird-support] Updating index statistics
Author Ivan Prenosil
> Is there a single command in Firebird to reset the statistics of every
> index?

If you do not mind fiddling with system tables try

UPDATE RDB$INDICES SET RDB$STATISTICS = -1;
COMMIT;

Ivan
http://www.volny.cz/iprenosil/interbase/