Average a column? Same column in multiple tables? In a query, report? Need more information.Originally posted by: zerocool1
I was wondering how to do an average of several tables?
Originally posted by: archcommus
Well, when you refer to the unique buyers column from each month, you'll have to prefix it with the name of the table, for example month1.unique_buyers, month2.unique_buyers, to specify which table and column you're talking about. I'd imagine you could just plop those right into the avg() function.
