Re: Join question

From: "Richard Broersma" <richard(dot)broersma(at)gmail(dot)com>
To: "Edward W(dot) Rouse" <erouse(at)comsquared(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Join question
Date: 2008-08-15 17:10:27
Message-ID: 396486430808151010x1e158cfcvabeb12728c9cfc5d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Fri, Aug 15, 2008 at 9:48 AM, Edward W. Rouse <erouse(at)comsquared(dot)com> wrote:

> The problem is I also have to include
> items from table b with that have a null user. There are some other criteria
> as well that are simple where clause filters. So as an example:

instead of left join try FULL OUTER JOIN.

--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Edward W. Rouse 2008-08-15 17:46:14 Re: Join question
Previous Message Edward W. Rouse 2008-08-15 17:09:20 Re: Join question