Re: Limiting with a left outer join

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Bill Moseley <moseley(at)hank(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Limiting with a left outer join
Date: 2006-02-11 07:35:34
Message-ID: 20060211073534.GA20284@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Feb 10, 2006 at 11:59:30AM -0800, Bill Moseley wrote:
> How do I make a join on the class table but not effect the left outer
> join?

Are you looking for something like this?

LEFT OUTER JOIN (class INNER JOIN class_domain ON ...) c ON ...

--
Michael Fuhr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Kretschmer 2006-02-11 09:39:01 Re: Return types of a function
Previous Message Michael Fuhr 2006-02-11 06:47:46 Re: Sequence skipping values