You cannot (should not) put non-aggregates in the SELECT line of a GROUP BY query.
SELECT
GROUP BY
I would however like access the one of the non-aggregate
You can't get the Id of the row that MAX found, because there might not be only one id with the maximum age.