For example, I want follow the number 2 as target
This should return positive indication:
ID Status
123 2
432 2
531 2
123 2
This should return negative indication:
ID Status
123 1
432 3
531 2
123 2
This should return negative indication:
ID Status
123 1
432 1
531 1
123 1
Thanks