Well, I need to take the average number of calls and I have the following data:
00:12:35
00:05:10
00:01:42
00:08:12
00:01:01
{...}
The question is, how can I do it? I searched for a way to do this using Mysql's AVG but I did not succeed ... I tried to add and divide by the amount of records but the number was broken ... Has anyone ever had anything like this?
Thanks in advance for the help!