I want to get all specific scores from users whose tablenames are stored in a list of users, something like this:
SELECT Score
from (SELECT tablenameOfUser FROM `Users`)
WHERE X='something'
AND Y='somethingElse'
ORDER BY Score
I get the error:
1248 - Every derived table must have its own alias