Query Help

Поиск
Список
Период
Сортировка
От Brian C. Doyle
Тема Query Help
Дата
Msg-id 5.0.2.1.2.20001227111807.074dd2d0@pop.mindspring.com
обсуждение исходный текст
Ответы RE: Query Help  ("Francis Solomon" <francis@stellison.co.uk>)
Re: Query Help  (Yury Don <yura@vpcit.ru>)
Список pgsql-sql
What do I have to do a query where information in table1 is not in table2

I am looking for something like

Select table1.firstname where table1.firstname is not in table2.firstname 
and table2.date='yesterday'

I tried
Select table1.firstname where table1.firstname != table2.firstname and 
table2.date='yesterday'

and that did not work just listed everyone....





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

Предыдущее
От: Kaare Rasmussen
Дата:
Сообщение: Re: Running a file
Следующее
От: "Francis Solomon"
Дата:
Сообщение: RE: Query Help