Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Totaling records in an sql
Message
From
13/08/2003 12:34:30
 
 
To
13/08/2003 12:28:18
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00819829
Message ID:
00819836
Views:
11
YeeHa !

that's it! Thank you Hilmar. I tried yesterday, and tried and tried, and just could not get it to work. I feel stupid, it looks so simple.

thanks again!

>
>Use GROUP BY, for instance:
>
>
>select Customer, Month, sum(usell*qtyord) as Amount;
>  from Cur_Temp;
>  into Cur_Temp2;
>  group by Customer, Month
>
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform