DB Link Question

Поиск
Список
Период
Сортировка
От Alex -
Тема DB Link Question
Дата
Msg-id SNT135-w483B1B0609433FE0BC10DFCF7B0@phx.gbl
обсуждение исходный текст
Список pgsql-general
Hi,
is there away to check with DB Link if one record exists/not exists in a remote database?

Something like...

SELECT item_id FROM TABLE A WHERE NOT EXISTS (SELECT 1 FROM TABLE B WHERE A.item_id=B.item_id)

Where Table A is on a Local machine and Table B is on a remote machine.

Thanks for any help on that.

Alex


Check out Domain Radar NOW! A world FIRST in property search has arrived!

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

Предыдущее
От: Mark Williamson
Дата:
Сообщение: unsubscribe remove
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: pg_dump excluding tables content but not table schema