Hey all. I have a table of user activity that goes back a couple of years. I need to select out all the users who did searches each day for more than 8 hours. Can someone give me any advice on how to do this with mysql? The table has userid query and search_date(datetime)
I can group by day for the user activkty, but I really need all the users who were searching for longer than the 8 hour time period.