stupid select question...

Поиск
Список
Период
Сортировка
От Konstantinos Agouros
Тема stupid select question...
Дата
Msg-id 20010114115740.B8902@rumba.agouros.de
обсуждение исходный текст
Ответы Re: stupid select question...
Список pgsql-general
Hi,

my sql has gotten a little rusty, here's what I want to do:
I have two tables both contain urls. How what I want are all the entries in
table b where there is no matching url in table a. I do remember doing something
like this with a
select url from table1 where a.url not in select url from table b.

Can I do this in postgres?

Konstantin
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not sustain the forming of the cosmos." B'Elana Torres

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: fatal error - different CATALOG_VERSION_NO
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: performance hit with --enable-debug