Hello,
I have more than 1000 groups. I would like to know which groups contains the same users?
For example
group1 (user1, user20,user29)
group2 (user1, user3,user20,user29)
group3 (user1, user2, user20,user29)
group4 (user1, user20,user29)
The result of the query should return group1 and group4
Any idea?
R.