Re: How do you compare contents of two tables using 2 pk

Поиск
Список
Период
Сортировка
От Joel Fradkin
Тема Re: How do you compare contents of two tables using 2 pk
Дата
Msg-id 005601c51a97$58bf67d0$797ba8c0@jfradkin
обсуждение исходный текст
Ответ на How do you compare contents of two tables using 2 pk  ("Kent Anderson" <kenta@ezyield.com>)
Список pgsql-sql
Couldn’t you do a select * from t1 where not in uniquevar (select uniquevar
from t2)?
Or do a join and select on a value in t2 being null.

Joel Fradkin
 




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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Junk queries with variables?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Junk queries with variables?