Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merging Table Structures
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00989584
Message ID:
00989606
Views:
42
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform