JOIN columns with no data

Поиск
Список
Период
Сортировка
От Keith Worthington
Тема JOIN columns with no data
Дата
Msg-id 20041221211331.M54492@narrowpathinc.com
обсуждение исходный текст
Список pgsql-novice
Hi All,

I am trying to create a fairly large join (7 tables) that needs to allow NULL
in columns.

Table 1
1 | A | 2
2 | B | 3

JOINed with

Table 2
1 | note

should output
1 | A | 2 | note
2 | B | 3 |

Kind Regards,
Keith

______________________________________________
99main Internet Services http://www.99main.com


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

Предыдущее
От: "Vishal Kashyap @ [SaiHertz]"
Дата:
Сообщение: Re: SQUID Log in PostgreSQL
Следующее
От: George Weaver
Дата:
Сообщение: Re: JOIN columns with no data