select name,score,round from (select * from sqlTest order by score desc) as tab group by name having round= 1 order by score desc,name;