Re: problems with left outer join

Поиск
Список
Период
Сортировка
От Andy Chambers
Тема Re: problems with left outer join
Дата
Msg-id 20061005132604.GB1353@andy.fridgeproject.com
обсуждение исходный текст
Ответ на problems with left outer join  ("Andreas Andreakis" <andreas.andreakis@googlemail.com>)
Список pgsql-novice
On 10:13 Thu 05 Oct     , Andreas Andreakis wrote:
> Hi,
>
> So I tried:
>
> select *
> from A t1 left outer join B t2 on t1.id = t2.id
> where t2.id = null

Swap '=' with 'is'

Regards,
Andy





___________________________________________________________
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine
http://uk.docs.yahoo.com/nowyoucan.html

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

Предыдущее
От: Ray Stell
Дата:
Сообщение: Re: postgresql db account
Следующее
От: Tom Lane
Дата:
Сообщение: Re: problems with left outer join