I have a logging table that contains the user name and run time information by date and time (note: many user names can appear multiple times). I would like to create a new table containing one row for each user with their run time accumulated. I could sort the table by user but how would I combine all the rows for a particular user into one row?



