conor.higgins Posted June 3, 2010 Share Posted June 3, 2010 Hi, can anyone help me in getting the average of the sum of a number of tables in my DB? I have the SELECT code grabbing what I need, and all the data is numeric so I am wondering whether it is possible to grab the data and then perform an average on the information contained within it. Conor Quote Link to comment Share on other sites More sharing options...
dabaR Posted June 3, 2010 Share Posted June 3, 2010 Please show the code, show sample data, and show what the result based on the sample data would be. Quote Link to comment Share on other sites More sharing options...
Karlos94 Posted June 3, 2010 Share Posted June 3, 2010 Without looking at anything, your probably looking for the AVG() function within MySQL? Quote Link to comment 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.