Subject Re: [firebird-support] Re: How to retrieve execution plan?
Author Ivan Prenosil
> I couldn't sleep last night and was partly being consumed by your
> problem and so i sat down and worked on a homework. The result is
> attached :) It's a simple command line utility ...

Or just run standard ISQL utility and set
SET PLAN ON;
SET PLANONLY ON;
then execute your selects ...

Ivan