kpetsche20 Posted May 30, 2008 Share Posted May 30, 2008 How do I find the average of 10 records in a SQL database. Quote 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; Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.