Forums
This topic is locked
Count up the content of different records
Posted 15 Apr 2002 19:38:08
1
has voted
15 Apr 2002 19:38:08 Berry van Elk posted:
I have a database table with different itemsTime_ID | Driver_ID | Event | racetime | points
What is have to do nest is count up all the point for a driver with more event than one, this is a site for a race serie in Holland that is driving more than one race, 9 races exactly, for each race every driver get's points. What I want to to next is count up the point for everydriver, so I have a page with all total points.
Is this possible with count ?
Select event, count up points for every driver_ID
Please help !