Re: SQL question: checking all required items

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: SQL question: checking all required items
Дата
Msg-id dcc563d10708101342j37765ebfj1105a9f820778537@mail.gmail.com
обсуждение исходный текст
Ответ на Re: SQL question: checking all required items  (Raymond O'Donnell <rod@iol.ie>)
Ответы Re: SQL question: checking all required items
Список pgsql-general
On 8/10/07, Raymond O'Donnell <rod@iol.ie> wrote:
> On 10/08/2007 21:29, Scott Marlowe wrote:
>
>
> > select table1.id from table1 where table1.id is not in (select id from table2);
>
> Duh! I should have thought of that.... thanks for that, and apologies
> for the stupidity (blame it on the glass of wine I had with dinner!).

It's only obvious after you've done it a few times...

Show us the query when you're done, I'm sure there are enough folks
who'd like to see your solution.

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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: SQL question: checking all required items
Следующее
От: Tom Lane
Дата:
Сообщение: Re: timestamp skew during 7.4 -> 8.2 upgrade