|
主题:[求助]sql选择ajax不行 [收藏主题] | 转到: |
支持(0) | 反对(0) 顶端 底部 |
select a.id,title,adddate,num from ks_article a,(select infoid,count(*) as num from ks_comment where channelid=1 group by infoid) b where a.id=b.infoid and Tid='{$CurrClassID}' and verific=1 and deltf=0 order by b.num desc
就是这个查询语句,按照评论排序,如果是终极分页标签的话,选上ajax就可以实现,如果不是终极分页标签,选上ajax就不行,我亲自试了,发帖之前刚试了,我不知道为什么啊,帮帮我啊 |
|
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
<上一主题 | 下一主题 > |