如何查询用户以文章数排行

2025-06-25 20:41:33
推荐回答(1个)
回答1:

select count(*) as cnt from article group by uid order by  cnt desc