Subject | RE: [firebird-support] slow join? |
---|---|
Author | Leyne, Sean |
Post date | 2009-09-25T22:38:17Z |
> Here's the query:What is the PLAN for this query?
>
> Select P.*, E.uniqueKey from Parts P
> Inner Join ReliefD E
> on (p.repairEntryKey = E.UniqueKey)
> order by
> P.UniqueKey
Sean