from shop t1 left join goods t2 on t1.shop_id=t2.shop_id
group by t1.shop_id
order by count(1) desc
select commentId, count(status=1) as times from t_like group by commentId order by commentId desc limit 6欢迎分享,转载请注明来源:内存溢出
from shop t1 left join goods t2 on t1.shop_id=t2.shop_id
group by t1.shop_id
order by count(1) desc
select commentId, count(status=1) as times from t_like group by commentId order by commentId desc limit 6欢迎分享,转载请注明来源:内存溢出
评论列表(0条)