kpetsche20 Posted May 30, 2008 Share Posted May 30, 2008 How do I find the average of 10 records in a SQL database. Link to comment https://forums.phpfreaks.com/topic/107941-how-do-i-find-the-average-of-numbers-in-a-mysql-db/ Share on other sites More sharing options...
corbin Posted May 30, 2008 Share Posted May 30, 2008 SELECT AVG(some_column) FROM some_table; Link to comment https://forums.phpfreaks.com/topic/107941-how-do-i-find-the-average-of-numbers-in-a-mysql-db/#findComment-553304 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.