-
mysql按帖子的回复数排序
普通类 -
- 支持
- 批判
- 提问
- 解释
- 补充
- 删除
-
-
需求分析
帖子的父贴和回帖在一张表中,现在想按父贴的回帖数量进行排序。表结构如下:
-
实现语句
Mysql:SELECT * FROM cm_bbspost where parentId<>0 group by parentId order by count(parentId) desc
HQL:FROM CmBbsPost as cbp where cbp.parentId<>0 group by cbp.parentId order by count(cbp.parentId) desc
-
-
- 标签:
- count
- parentid
- 回复数
- 需求
- cbp
- 帖子
- 排序
- cmbbspost
- mysql
- cbp.parentid
- cbp.parentid0
- e5ff5280-1c73-4bba-8c21-adeea8337d34.html
- order
- group
-
学习元评论 (0条)
聪明如你,不妨在这 发表你的看法与心得 ~