Re: Limiting with a left outer join - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Limiting with a left outer join
Date
Msg-id 20060211073534.GA20284@winnie.fuhr.org
Whole thread Raw
In response to Limiting with a left outer join  (Bill Moseley <moseley@hank.org>)
Responses Re: Limiting with a left outer join  (Bill Moseley <moseley@hank.org>)
List 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

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Sequence skipping values
Next
From: Andreas Kretschmer
Date:
Subject: Re: Return types of a function