You can try joining against a subquery that will be helpful to pull the MAX(Group) and Age. QUERY: SELECT t1.*. FROM yourTable t1. INNER JOIN.
確定! 回上一頁