Anyone know of a decent way to get the average time in seconds that a job usually executes?
I've got this query to display historical info, but the run_duration is in hhmmss format, so taking the average of it when grouped by job name isn't accurate.