I've a requirement to get the count of operations which has particular functions.
E.g.
Operation 1
Function 1
Function 2
Function 3
Function 4
Operation 2
Function 1
Function 2
Operation 3
Function 1
Function 2
Function 3
- Operation 4
- Function 1
- Function 2
- Function 3
- Function 4
Here I want to write a query which will give results Operation 1 & Operation 4 Because they contain "Function 3 & 4" both.
Any helps? pls