Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Merging Table Structures
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00989584
Message ID:
00989606
Vues:
41
This may work for you:
SELECT * FROM TableA INNER JOIN TableB ON TableA.MyPK = TableB.MyPK INTO TABLE TableC
If two fields have the same name, they will be renamed. For example TableA.MyPK and TableB.MyPK will be renamed MyPK_A and MyPK_B respectively.

HTH

>What is the best way to merge the structures of 2 tables and what happens when fields on both tables have the same field name?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform