Forum Discussion

saylee's avatar
saylee
Frequent Visitor
4 years ago

To count total logins by a single user.

I have User Table, Sessions Table & one more table where there are user_id, session_id.  I want to find out the total number of logins(sessions) a user has had.  eg: a user has had 3 logins fro...