Hi,
I have a session tracking table where each entry keeps track of when a user logs in and logs out. When the user logs out, it stores the session length in seconds in the entry. Therefore, there would be many entries for one user who's logged in and out multiple times. How would I list the top 10 users with the longest accumlated session length? I guess it would have something to do with SUM()?
Many thanks,
Jared









Bookmarks