How to find the average?
Posted: Mon Aug 21, 2006 1:07 pm
what's the best way to get an average? The values are going to be coming from MySQL db and I wanted to be able to get the average of about 5 numbers.
I.E.
Every day I get like 5-6 different numbers I would like to have the average for, they are represented in percent and the numbers go from 0.00% to 100.00% and I guess I didn't know how to calculate the average from database tables.
Thanks!
J.
I.E.
Every day I get like 5-6 different numbers I would like to have the average for, they are represented in percent and the numbers go from 0.00% to 100.00% and I guess I didn't know how to calculate the average from database tables.
Thanks!
J.