Re: 'natural join' and 'join ... using' giving different results

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 'natural join' and 'join ... using' giving different results
Дата
Msg-id 14809.1010607972@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 'natural join' and 'join ... using' giving different results  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-bugs
Natural join of those two tables will be on (gameid, touched)
not only (gameid).  You should've noticed that the natural
join was only emitting one copy of the "touched" column ...

            regards, tom lane

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