Re: How I can join between the other database's tables?

Поиск
Список
Период
Сортировка
От Anand Raman
Тема Re: How I can join between the other database's tables?
Дата
Msg-id 20001226212437.E2481@india-today.com
обсуждение исходный текст
Ответ на How I can join between the other database's tables?  (Ioseph Kim <ioseph@paolo.net>)
Ответы Re: How I can join between the other database's tables?  (Adam Haberlach <adam@newsnipple.com>)
Список pgsql-general
hi
According to my knowledge this cant yet be achieved in postgresql..
I sincerly hope i am wrong..
Anand

On Wed, Dec 27, 2000 at 12:15:56AM +0900, Ioseph Kim wrote:
># createdb a
># createdb b
># psql a
>create table a (name text);
>\q
># psql b
>create table a (name text);
>
>-------
>Now, I want to join table a of database a and table a of database b.
>How?

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

Предыдущее
От: Ioseph Kim
Дата:
Сообщение: How I can join between the other database's tables?
Следующее
От: Niral Trivedi
Дата:
Сообщение: User Privileges