Re: Repost: Syntax - or unavailability of same - for variable join??? Can anyone help?

Поиск
Список
Период
Сортировка
От Ben
Тема Re: Repost: Syntax - or unavailability of same - for variable join??? Can anyone help?
Дата
Msg-id 9ba7344abeb44deb320264e02bb68da1@news.teranews.com
обсуждение исходный текст
Ответ на Re: Repost: Syntax - or unavailability of same - for variable join??? Can anyone help?  ("Greg Patnude" <gpatnude@hotmail.com>)
Список pgsql-general
I'll have a look at that; thank you very much for taking the time to reply. :)

Ben


On Mon, 16 Feb 2004 22:03:22 -0800, Greg Patnude wrote:

> You might have better success with the form of HAVING and appropriate use of
> OR IS NULL as opposed to strict JOIN and WHERE conditions...
>
> Similar to...
>
> SELECT A.a, B.b, C.c FROM A, B, C
> HAVING (A.b = B.b OR B.b IS NULL)
> GROUP BY A.b;


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

Предыдущее
От: pativo@arcor.de (pativo)
Дата:
Сообщение: String manipulation
Следующее
От: "John Small"
Дата:
Сообщение: PostgreSQL on Windows