Subject | Re: [firebird-support] Firebird : join table from two database |
---|---|
Author | Mark Rotteveel |
Post date | 2017-01-13T10:01:05Z |
On 12-1-2017 21:44, startx252000@... [firebird-support] wrote:
from one database to the other database, or doing complex stored
procedure magic (ie: manual joining) with execute statement on external.
Mark
--
Mark Rotteveel
> What is the way to make a join from 2 tables in two respective databasePlain and simple: you can't. At least not without transferring the data
> (in same server) ?
>
> ex :
>
> Db1
> TableA
>
>
> Db2
> TableB
>
>
> how can i make somethink like this :
>
> SELECT tA.MATRICRS, tB.name, tB.age
> FROM TableA tA
> JOIN TABLEB tB ON ( tA.ID = tB.ID)
from one database to the other database, or doing complex stored
procedure magic (ie: manual joining) with execute statement on external.
Mark
--
Mark Rotteveel