Subject | Re: [firebird-support] Joins |
---|---|
Author | Ann W. Harrison |
Post date | 2004-11-15T22:40:07Z |
At 05:04 PM 11/15/2004, Chad Z. Hower aka Kudzu wrote:
on the order of tables - as they must be - but not
on the order of terms in the equality.
Regards,
Ann
>fromNo, not for inner joins. Outer joins are dependent
> "CustomerHasLead" CHL
> join "Lead" L on L."LeadID" = CHL."LeadID"
>
>Given this join does it matter performance or other wise which way the = is?
on the order of tables - as they must be - but not
on the order of terms in the equality.
Regards,
Ann