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

From Ben
Subject Re: Repost: Syntax - or unavailability of same - for variable join??? Can anyone help?
Date
Msg-id 9ba7344abeb44deb320264e02bb68da1@news.teranews.com
Whole thread Raw
In response to Re: Repost: Syntax - or unavailability of same - for variable join??? Can anyone help?  ("Greg Patnude" <gpatnude@hotmail.com>)
List 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 by date:

Previous
From: pativo@arcor.de (pativo)
Date:
Subject: String manipulation
Next
From: "John Small"
Date:
Subject: PostgreSQL on Windows