from temp a,(select name,max(score) as max_score from temp group by name) b
where a.name =b.name
and a.score=b.max_score
文章来源于领测软件测试网 https://www.ltesting.net/
发布: 2007-7-02 11:08 | 作者: admin | 来源: | 查看: 8次 | 进入软件测试论坛讨论
文章来源于领测软件测试网 https://www.ltesting.net/