How would I write this query...

Поиск
Список
Период
Сортировка
От Jim Fitzgerald
Тема How would I write this query...
Дата
Msg-id e32vqu$313i$1@news.hub.org
обсуждение исходный текст
Ответы Re: How would I write this query...  (Michael Glaesemann <grzm@seespotcode.net>)
Re: How would I write this query...  (Ragnar <gnari@hive.is>)
Список pgsql-general
Hi -

  I have two tables, one of them has names of people and an associated
integer ID.  The other table is a list of the people (from the first table)
by their ID number that have signed up for a class.  How would I write a
query that would list all the people from the first table that do not have
any entries in the second table?   Basically, I want a listing of all my
people who have not signed up for the class.

Thanks!
-Jim



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

Предыдущее
От: "chris smith"
Дата:
Сообщение: Re: Authentication & connection problems
Следующее
От: "Jim Fitzgerald"
Дата:
Сообщение: Re: Select / sub select? query... help...