Hi there, I have a table with 8 integer columns and I want to return the average value for each column in a single query.
I can do it easily enough with 8 columns but I would like the query to contain only two columns, 'columnName' and 'average'.
Is this possible?
Thanks, dom
I can do it easily enough with 8 columns but I would like the query to contain only two columns, 'columnName' and 'average'.
Is this possible?
Thanks, dom