Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create a table from a table of a structure
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Divers
Thread ID:
01333451
Message ID:
01333458
Vues:
7
>I have gone brain dead. Its only taken 55 years. I have created a table of the structure of another table. I have appended a few fields to the structure table. Now I want to create a new table with the entire new structure. I can't remember the statement syntax to do it.
>
>Any help will be greatly appreciated.
>
>Brad
SELECT (<your table>)
ln=AFILEDS(anNewStructure)
CREATE TABLE NewTable [FREE] FROM array anNewStructure
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform