finding records not listed in a column, Postgresql - Mailing list pgsql-novice

From Aaron Payne
Subject finding records not listed in a column, Postgresql
Date
Msg-id 20030427150216.95542.qmail@web40612.mail.yahoo.com
Whole thread Raw
Responses Re: finding records not listed in a column, Postgresql  (Paul Makepeace <postgresql.org@paulm.com>)
Re: finding records not listed in a column, Postgresql  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-novice
Hi,

I need the records in table A in which the values in
A.objectID are not listed in B.objectID.  I'm such a
noob that I'm not sure of the terms I need to use for
this statement.

table A
rows: person_id, objectID

table B
rows: id, objectID

thanks,
Aaron

=====
thanks,
Aaron
www.aaronpayne.com

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


pgsql-novice by date:

Previous
From: "Sumaira Ali -"
Date:
Subject: Postgresql Makefile
Next
From: Paul Makepeace
Date:
Subject: Re: finding records not listed in a column, Postgresql