unmatched

Поиск
Список
Период
Сортировка
От Brett W. McCoy
Тема unmatched
Дата
Msg-id Pine.BSI.3.91.990610200217.15423B-100000@access1.lan2wan.com
обсуждение исходный текст
Ответы Re: [SQL] unmatched
Список pgsql-sql
I seem to have a serious brain fart going here.   I have two tables, and 
I want to find out which rows that are in the first do not have a match 
in the second.  If I could create an explicit left join, I could do it by 
finding the rows in the second column that are NULL.  Here's what I kinda 
have, but itjust sits there and never returns anything:

select count(*) from apdf
where apdf.doc_index != ondisk.doc_index;

I tried the NOT IN operator (!!=), but it didn't like that at all.  Is != 
a valid operator?

Brett W. McCoy                                                   http://www.lan2wan.com/~bmccoy
-----------------------------------------------------------------------
"Biology is the only science in which multiplication means the same
thing as division."



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

Предыдущее
От: José Soares
Дата:
Сообщение: Re: [SQL] DataStyle
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: [SQL] unmatched