Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy stru command
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00186818
Message ID:
00186988
Vues:
21
>Is there a way to have dbf1 have dbf2's structure appended to it?
>thanks.

SELECT *;
FROM dbf2;
WHERE .f.;
INTO TABLE dbf1

This will make a table the same structure, but will overwrite the existing table.

Wayne
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform