Grab data WHERE table.ID NOT LIKE otherTable.ID

Поиск
Список
Период
Сортировка
От Mark G. Franz
Тема Grab data WHERE table.ID NOT LIKE otherTable.ID
Дата
Msg-id 9i5dag$19ek$1@news.tht.net
обсуждение исходный текст
Ответы Re: Grab data WHERE table.ID NOT LIKE otherTable.ID
Список pgsql-general
Here is my SQL;

"SELECT Registration.CustomerID, Customer.CustomerID AS CustID, Firstname,
Lastname, Username, Password, Question, Answer, Email, Age, Gender, Address,
City, State, Zip FROM Customer, Registration WHERE Customer.CustomerID NOT
LIKE Registration.CustomerID"

I'm trying to return all the records from Customer that have not registered
in Registration, so the psuedo sql would read;

Return everything from all fields in Customer where the ID is NOT in the
Registration table.  Any ideas?

Thanks,

Mark



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

Предыдущее
От: Naomi Walker
Дата:
Сообщение: 2 gig file size limit
Следующее
От: robn@verdi.et.tudelft.nl (Rob van Nieuwkerk)
Дата:
Сообщение: Re: Red Hat Database Development