Hi,

I've a table it has data for each 5 minutes.so table looks like this.
BEGINDATE AVGCPU
----------------------- -----------
11/6/2005 12:05:00 AM 10
11/6/2005 12:10:00 AM 12
11/6/2005 12:15:00 AM 15
11/6/2005 12:20:00 AM 08
so on.....

My requirement is to average the AVGCPU for each 15 minutes starting from 11/6/2005 12:05:00 AM.

Any expert advice.

Thanks in advance.