How to Solve this COUNT problem [message #204284] |
Sun, 19 November 2006 23:44 |
qadeerahmed
Messages: 63 Registered: July 2006 Location: Pakistan
|
Member |
|
|
Hi,
I've a query related to COUNT.
As we KNOW, we can calculate the total number of records in a table by this query SELECT COUNT(*) FROM TABLE
I want to know about "How to calculte how many entries are there for each customer in a table".
ANd I want to display in combo box.
e.g
customer1 count is 4
customer2 count is 3
customer3 count is 2
thanks very much
Regards,
Qadeer Ahmed
|
|
|
|