Hi
I want to know what is the statement that select a column from table1 and a column from table2 and column from table3.. etc to show them all with a new column that calculates the average of each row.
I don't know how to do that help please!
You need to JOIN your table together, telling MySQL how the tables should be linked to each other. A Google search for "MySQL Left Join" will bring you to a number of resources (including mine ) which included more detailed examples.