WSro
12-13-2005, 07:55 AM
i jave to create a counter which counts the email messages that a user sent.
The DB table looks like this
user_id, email_msg.... etc
The method must return an Arraylist with users that send the most emails first.
I was wondering if you have any ideas how i go about and do that ?
CVP
The DB table looks like this
user_id, email_msg.... etc
The method must return an Arraylist with users that send the most emails first.
I was wondering if you have any ideas how i go about and do that ?
CVP