Re: SQL question: checking all required items - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: SQL question: checking all required items
Date
Msg-id 46BCCB62.5070206@iol.ie
Whole thread Raw
In response to Re: SQL question: checking all required items  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Responses Re: SQL question: checking all required items  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-general
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!).

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: SQL question: checking all required items
Next
From: "Scott Marlowe"
Date:
Subject: Re: SQL question: checking all required items