Is there a function to find average time difference in the standard time format in my sql.
What I like to do is a
SELECT count(*), AVG(TIME_TO_SEC(TIMEDIFF(end,start))) FROM table
Gives the number of rows as well...