average of derived attributes in new table – Phpmyadmin
How can I calculate the average of a person (in this case player) x & y position whilst creating a new table and adding said average to a new column. CREATE TABLE PlayerStatistics AS SELECT PLAY_Name FROM player; ALTER TABLE…