dqq48152418 2015-05-01 09:02
浏览 6

新主题列表的连接查询中的逻辑错误

I have a query to get new topics for my forum but it does not work as it should. The problem is that it excludes topics that user has viewed before the new post was made. It works if user has not visited the topic at all.

SELECT $select FROM forum_topics LEFT OUTER JOIN forum_topic_views ON forum_topics.id = forum_topic_views.topic WHERE (forum_topic_views.id IS null or (forum_topics.last_update>forum_topic_views.time and forum_topic_views.user=$user)) $filter_nw ORDER BY forum_topics.last_update DESC

$filter_nw can be something like this (but it does not seem to effect the problem i have)

WHERE forum_topics.category=$category AND forum_topics.subcategory=$subcategory
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 如何将下列的“无限压缩存储器”设计出来
    • ¥15 下图接收小电路,谁知道原理
    • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
    • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
    • ¥15 手机接入宽带网线,如何释放宽带全部速度
    • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
    • ¥15 ETLCloud 处理json多层级问题
    • ¥15 matlab中使用gurobi时报错
    • ¥15 这个主板怎么能扩出一两个sata口
    • ¥15 不是,这到底错哪儿了😭