Re: [GENERAL] Right Join Question

2009-10-23 Thread Little, Douglas
, October 22, 2009 6:07 PM To: Bierbryer, Andrew Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Right Join Question On Thu, Oct 22, 2009 at 12:43 PM, Bierbryer, Andrew wrote: > I am trying to solve the following problem. I have a certain column, > to_state, that can take a finite set of val

Re: [GENERAL] Right Join Question

2009-10-22 Thread Scott Marlowe
On Thu, Oct 22, 2009 at 12:43 PM, Bierbryer, Andrew wrote: > I am trying to solve the following problem. I have a certain column, > to_state, that can take a finite set of values. I want to make sure that my > query always returns those sets of finite values, even if not all of the > values are re

[GENERAL] Right Join Question

2009-10-22 Thread Bierbryer, Andrew
I am trying to solve the following problem. I have a certain column, to_state, that can take a finite set of values. I want to make sure that my query always returns those sets of finite values, even if not all of the values are represented in the results. In essence, I am looking to expand the res