• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

检索SQL的某些活动“跟随”活动

用户头像
it1352
帮助1

问题说明


Hello

Hello


我有三个SQL数据库表,如下所示:

I have three SQL database tables as shown bellow:


请注意,这些人的历史可能还有其他活动。但是这个想法是,如果有FR,之后是ISRO,之后是VIS,之后是REC,那么这个人必须出现。 NB(即使可能
之间是其他活动。

Please note that there can be other activities in between the history of these persons. But the idea is that if there is FR and after that it is followed by ISRO and after that by VIS and after that by REC, then this person must show up. NB (even if there might be other activities between them.


请帮助代码。

Please help with the code.


伪代码为:

SELECT Person.Name

FROM Person LeftJoin History On Person.person_id = History.person_id

Where ActivityName = FR后跟ISRO后跟VIS,接着是REC

,即使它们之间可能还有其他活动。

The pseudocode is:
SELECT Person.Name
FROM Person LeftJoin History On Person.person_id = History.person_id
Where ActivityName = FR followed-by ISRO followed-by VIS followed-by REC
even if there can be other activities between them.

Rabelani Netshifhire

Rabelani Netshifhire

正确答案

#1
您可以分享您的查询吗? 
can you share your query? 

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcfhgcj
系列文章
更多 icon
同类精品
更多 icon
继续加载