outer joins

Поиск
Список
Период
Сортировка
От Culley Harrelson
Тема outer joins
Дата
Msg-id 3A7CEAC3.5E19948@yahoo.com
обсуждение исходный текст
Ответы Re: outer joins  ("Brett W. McCoy" <bmccoy@chapelperilous.net>)
Список pgsql-general
Is there a better/another way to write this:

select t1.t1_id, (select count(t2.t2_id) from t2 where
t2.t1_id = t1.t1_id) as cnt
from t1

I have gotten in the habbit of returning similar
resultsets via an outer join.  What is the scoop on
outer joins?  Are they to be included in the next
release or does the syntax already exist?  What will
be the syntax for an outer join?



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Request for speakers at O'Reilly conference
Следующее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: outer joins