Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update from Sub-query
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01519023
Message ID:
01519028
Views:
28
>>
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform