I'm sure this is simple, I'm not sure what function to use for it though. . .
I have a Table with a field call "Duration" which keeps track of seconds. There is also a field "User" to show which user stayed logged in for the "Duration"
I need to add up all the "Durations" for a specific user to create a total number of seconds the user has ever been logged into our system.
Anyone know how to add numbers from a MySQL table ?