Brian <Brrrian(at)Excite(dot)com> writes:
> AND Part.Part_ID = Device.Part_ID
> AND Traveler.Traveler_ID = Device.Traveler_ID
> -OR- do you turn around the Joins like this?
> AND Device.Part_ID = Part.Part_ID
> AND Device.Traveler_ID = Traveler.Traveler_ID
The above should be equivalent. If you have an example where it makes a
difference, then it's probably a bug --- let's see the details.
regards, tom lane