67,542
社区成员
发帖
与我相关
我的任务
分享
select t1.classid,(
select count(t.id) from Member t where t.classid = t1.classid),
classname from Class t1

select t1.classid,count(
select id from Member t where t.classid = t1.classid),
classname from Class t1