accessing two databases at the same time

Поиск
Список
Период
Сортировка
if i have database 'A' with a table called 'a' and another database 'B'
with a table called 'b', is there a way to do a select using both databases
and their tables?

select * from A.a, B.b;

Peter Choe



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

Предыдущее
От: Tony Grant
Дата:
Сообщение: Re: a date_part question
Следующее
От: Darko Prenosil
Дата:
Сообщение: Re: accessing two databases at the same time