Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying contents of field from a table based on another
Message
De
13/02/2004 10:43:34
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00877106
Message ID:
00877123
Vues:
12
You can scan through the correct table and set the path in the updating table where the key fields match
SELECT table1
SCAN
    SELECT table2
    REPLACE PATH WITH table1.path WHERE KEY = table1.key ALL
ENDSCAN
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform