记事狗的效率如何啊。
比如查看某个人的话题时,先查询用户的关注好友 ,然后select from 话题表 where uid in (xx,xxx,xx,xx,...........) 作者: Tomcat 时间: 2011-11-2 17:26:44
怎么人好少啊 作者: wsh871216 时间: 2011-11-2 17:48:52
啥????作者: timemoto 时间: 2011-11-2 21:45:59
都听不懂你说啥?作者: jishigou_vip 时间: 2011-11-2 23:46:32
是有点不明哎作者: Tomcat 时间: 2011-11-3 08:58:54
jishigou_vip 发表于 2011-11-2 23:46
是有点不明哎
不好意思,没表达清楚,发贴的时候,手一抖,没编辑完就发送了,然后直接出去有事,就忘记了,呵呵。
其实我的意思是说:
select * from blog_topic WHERE `uid` in('2','3','16','15','14','13','12','11','10','9','8','7','6','5','4','1') and `type` != 'reply' and `dateline`>'1317689491' order by `dateline` desc LIMIT 0,10