Re: Join question

Поиск
Список
Период
Сортировка
От Steve Midgley
Тема Re: Join question
Дата
Msg-id 20080816032805.4687464FCEF@postgresql.org
обсуждение исходный текст
Ответ на Join question  ("Edward W. Rouse" <erouse@comsquared.com>)
Список pgsql-sql
At 12:20 PM 8/15/2008, pgsql-sql-owner@postgresql.org wrote:
>Date: Fri, 15 Aug 2008 13:46:14 -0400
>From: "Edward W. Rouse" <erouse@comsquared.com>
>To: <pgsql-sql@postgresql.org>
>Subject: Re: Join question
>Message-ID: <04da01c8fefe$d01f9c60$705ed520$@com>
>
>I did try that, but I can't get both the values from table a with no 
>entries
>in table b and the values from table b with null entries to show up. 
>It's
>either one or the other.
>
>Edward W. Rouse

Might have luck with applying some additional WHERE clause criteria to 
your full outer join. So if you don't want certain types NULL's in 
table b, restrict against that in WHERE clause? I could be 
misunderstanding the whole thing though..

Steve



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Edward W. Rouse"
Дата:
Сообщение: Re: Join question
Следующее
От: "Xavier Bermeo"
Дата:
Сообщение: Cursor