Re: join question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: join question
Дата
Msg-id 17965.1013834310@sss.pgh.pa.us
обсуждение исходный текст
Ответ на join question  (Brian <Brrrian@Excite.com>)
Список pgsql-novice
Brian <Brrrian@Excite.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

В списке pgsql-novice по дате отправления:

Предыдущее
От: Brian
Дата:
Сообщение: join question
Следующее
От: John Herreshoff
Дата:
Сообщение: pg_dump and restore