Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from specific columns
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01253797
Message ID:
01253798
Vues:
17
INSERT INTO TableB (field1, field5, field8) ;
	SELECT field1, field5, field8  FROM TableA
>If I have a destination table (DBF) that containes 10 columns and my source table (DBF) has 3 columns, how would I append the 3 source table columns into specific destination columns?
>
>
>TableA source table
>field1
>field5
>field8
>
>
>TableB destination table
>field1
>field2
>field3
>field4
>field5
>field6
>field7
>field8
>field9
>field10
>
>
>I need the TableA.field1, TableA.field5, TableA.field8 data to end in the
>TableB.field1, TableB.field5, TableB.field8 columns.
>
>thanks
>nick
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform