Hi,

I have a table like so

id autoinc
userid int
action enum ('login', 'logout' )
timestamp

--

Is it possible to perform a mysql query that gets the total logged in
time for any one user on any one particular day/week/month? And how?

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to