Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL-Select that sums
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00750295
Message ID:
00750303
Views:
23
Something like this?
SELECT line, SUM(lbs) AS sum_lbs FROM myTable GROUP BY line
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform