Aggregate Queries

H

Hopeless

I need to create an aggregate query called
TOTALFORCUSTOMERS which will total the orderdetails in a
particular order for each CUSTOMER
Can anyone help?
 
D

David Wilson

Use the "group by" feature (see the little sumation icon). Learn the impact
of setting group by, sum, count, and where.
 
Top