Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select statement with tables in two different databases
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00365573
Message ID:
00365815
Vues:
18
I haven't tried it myself but I might try being explicit when naming the tables with their databases such as:

SELECT tbl2.descr, tbl1.*;
FROM db1.dbo.tbl1 join db2.dbo.tbl2;
on db1.dbo.tbl1.id = db2.dbo.tbl2.id
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform