This is for a single column, and I don't want to group - so not using AVG
Want to just average all the numerical values in a column, into a single result.
What is this missing?
Aside from this, what would be needed to get a median value? Divide mysql_num_rows by 1/2 ?Code:<?php $result = "SELECT amounts FROM inventory (SUM( inventory.amounts ) / ( COUNT( mysql_num_rows($result))"; ?>



Reply With Quote




Bookmarks