Re: Left outer join on multiple tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Left outer join on multiple tables
Дата
Msg-id 200401112055.33714.peter_e@gmx.net
обсуждение исходный текст
Ответ на Left outer join on multiple tables  ("David Witham" <davidw@unidial.com.au>)
Список pgsql-sql
David Witham wrote:
> Is there a way to do left outer joins on more than 2 tables at once
> (3 in my case)? Or do I have to do the first join into a temp table
> and then another join from the temp table to the third table? I can't
> seem to work out the syntax from the User Guide.

SELECT * FROM a LEFT JOIN b ON (...) LEFT JOIN c ON c WHERE ...



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

Предыдущее
От: "David Witham"
Дата:
Сообщение: Left outer join on multiple tables
Следующее
От: beyaRecords - The home Urban music
Дата:
Сообщение: Select into