Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update from Sub-query
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 SP1
Divers
Thread ID:
01519023
Message ID:
01519028
Vues:
29
>>
>>Update TableA Set Field1 = ST.Sum_TOT
>>FROM TableA INNER JOIN (select sum(FldA+FldB) as Sum_Tot from TableB group by FldC) ST
>>ON TableA.FieldC = ST.FieldC
>
>Thank you very much.

You're welcome.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform