MySQL Forums
Forum List  »  General

averaging with multiple ranges
Posted by: ian Butterworth
Date: December 07, 2009 05:23AM

Hi,

I have a table full of timestamped measurements at 1 minute intervals. What I want to do is create a table from this where the measurements are averaged into fixed intervals.

For instance 30 minute averaging would produce a table like this:
10:00 - 34.432
10:30 - 432.383
11:00 - 23.432

I've not really got my head around Loops etc.
Is this possible?

Cheers,
Ian



Just as a heads-up, I'm doing a log average on the data - FORMAT(10*LOG10(AVG(POW(10,(meas/10)))),1)

Options: ReplyQuote


Subject
Written By
Posted
averaging with multiple ranges
December 07, 2009 05:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.