Subject RE: [firebird-support] HOWTo PLAN Clause for FB2
Author Alan McDonald
> Alan McDonald wrote:
> >
> > Why does the server return the plan in a list which is not
> correlated
> > (order
> > wise) with the select expressions?
>
> The order is reversed, isn't it? So I'd say it's actually correlated.
>
>
> Dmitry

No, it isn't reversed (completely)
The last plan declaration is the main statement plan (i.e. last plan)
The first plan declaration is the last (sub)select
Following plans folllow in reverse order.

So, not quite clearly in reverse but I suppose I can now follow it more
reliably now that you point this out. :-)
Alan