I have a table which records the user logged in against the time. I need to generate a report to display number of times an user logged in in each month. How do i do this ?
–Edit–
I could print each user appearing X times in a month that is ok for me. But i want to display a monthly list showing number of person logged in 5 times in a month.
from the comments: “i want to display how many users logged in more than 5 times”