Subject | Re: [firebird-support] Re: How to retrieve execution plan? |
---|---|
Author | Ivan Prenosil |
Post date | 2004-02-17T16:46:29Z |
> I couldn't sleep last night and was partly being consumed by yourOr just run standard ISQL utility and set
> problem and so i sat down and worked on a homework. The result is
> attached :) It's a simple command line utility ...
SET PLAN ON;
SET PLANONLY ON;
then execute your selects ...
Ivan