欢迎光临
感谢一路有你

点赞+问答+文章相加对用户进行排序

如果你对该文章中的内容有疑问/不解,可以点击此处链接提问
要注明问题和此文章链接地址 点击此处跳转
 

<code class="">$list = Db::query(&quot;SELECT
            u.*,
            (select count(1) FROM zf_post where uid=u.id and `status`=1) as p_count,
            (select count(1) FROM zf_like where uid=u.id) as l_count,
            (select count(1) FROM zf_comment where uid=u.id) as c_count
            FROM
                zf_user u
            GROUP BY p_count+l_count+c_count DESC&quot;);

</code>
赞(0) 打赏
未经允许不得转载:王明昌博客 » 点赞+问答+文章相加对用户进行排序
分享到: 更多 (0)

相关推荐

  • 暂无文章

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏

×
订阅图标按钮