Alright, I have an array of numbers in one column of my mySQL database. I've extracted them into an array. How do I find and display the average and total of all of them?
Consider using the SQL function AVG()
Thank you.