遍历 OperationIDs 并计算操作是否有具有特定功能的请求

Loop through OperationIDs and count if the operation has request with particular function

我需要获取具有特定功能的操作数。

例如

- 运算4

这里我想写一个查询,它将给出结果操作 1 和操作 4 因为它们同时包含“功能 3 和 4”。

有帮助吗?请

请求 |其中名称==“POST Home/Function3” |加入种类 = 内部 (要求 |其中 name == "POST Home/Function4") 在 $left.operation_Id == $right.operation_Id