1.腾讯笔试(从结果集中查询)
select fuin,fscore from (select fuin,fscore,count(fuin) as num from t_score group by FUin order by fscore desc) as b where b.num>=2;
2.
1.腾讯笔试(从结果集中查询)
select fuin,fscore from (select fuin,fscore,count(fuin) as num from t_score group by FUin order by fscore desc) as b where b.num>=2;
2.