Re: a LEFT JOIN problem

From: Thomas <iamkenzo(at)gmail(dot)com>
To: "Tony Wasson" <ajwasson(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: a LEFT JOIN problem
Date: 2008-10-26 09:10:47
Message-ID: 55da14450810260210v17f46271ua31602eaae55c4d5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Tony,

You nailed it! That's the piece of the puzzle I was missing. Moving
the filtering inside the ON clause was the solution.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas 2008-10-26 09:44:29 How to tell PostgreSQL about a relationship
Previous Message Tony Wasson 2008-10-26 03:51:41 Re: a LEFT JOIN problem