Hi
I have a job that every day updates a tabel with the time stamp of when it finishes.
ex.
Jobname job_ended
job1 23-09-2003 07:28:28
job1 24-09-2003 07:23:50
job1 25-09-2003 10:14:49
I would like to select the avage time for when the job finnishes devided into weeks.
ex.
week42 08:23
week43 09:01
I tryed using avg - but I only want the avage time not the date.
Larshg
I have a job that every day updates a tabel with the time stamp of when it finishes.
ex.
Jobname job_ended
job1 23-09-2003 07:28:28
job1 24-09-2003 07:23:50
job1 25-09-2003 10:14:49
I would like to select the avage time for when the job finnishes devided into weeks.
ex.
week42 08:23
week43 09:01
I tryed using avg - but I only want the avage time not the date.
Larshg