Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy field from one table to another
Message
 
 
À
20/03/2002 09:27:33
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00634925
Message ID:
00634930
Vues:
21
This message has been marked as a message which has helped to the initial question of the thread.
>Hi all,
>
>I'm trying to copy one field in table1 into the same field in table2, rec1 to rec1; rec2 to rec2, etc. The tables have the same records in the same order. Table2 has many more fields than table1.
>
>I know this is a sort of simple thing, but my mind doesn't want to get into gear today.
>
>TIA,
>Pete

Assuming that thare're no deleted records in either table.
SET ORDER TO IN TABLE1
SELECT table2
SET ORDER ON RECNO() INTO table1
REPLACE ALL table2.field1 WITH table1.field1
Make sure to test it on the copy of your data.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform