为什么自己的帖子没有置顶-贴吧如何让自己的帖子置顶-贴吧的帖子怎么置顶
一个嵌套查询就可以了啊 比如置顶为1,非置顶为0 select * from (select * from bbs order by ctime desc) c order by istop desc 1.先查询出按时间倒序结果集 2.在上一个结果集中查询按置顶倒序的结果集 表...
第一页
一个嵌套查询就可以了啊 比如置顶为1,非置顶为0 select * from (select * from bbs order by ctime desc) c order by istop desc 1.先查询出按时间倒序结果集 2.在上一个结果集中查询按置顶倒序的结果集 表...