JOIN of a table with many detail tables

Поиск
Список
Период
Сортировка
От DaVinci
Тема JOIN of a table with many detail tables
Дата
Msg-id 20010301164604.A18779@fangorn.net
обсуждение исходный текст
Список pgsql-general
 Hi all.

 I want to make a LEFT JOIN of table A with detail tables B and C. How can I
 make that?:

     SELECT A.*, B.*, C.* FROM A LEFT JOIN B ON A.foo = B.bar ???????

 I don't know where to put info of JOIN between A and C.

 Any help, please? Thanks.

                                                         David

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgres eats up memory when using cursors
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Addison-Wesley looking for authors