Subject Re: [firebird-support] Resetting stats on indexes
Author Ivan Prenosil
> Is there a SQL that I can use the reset the statistics on indexes


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

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