一个数据库查询
select id,(select top 1 username from stu b where a.id=b.id) as usera from stu a group by id select id,(select top 1 username
select id,(select top 1 username from stu b where a.id=b.id) as usera from stu a group by id select id,(select top 1 username