I have the following SQL table containing a group ID, and the users that needs access to the groups. I have 3 types of users, but if it is the same user in all 3 types, then I only need to select 1 and not all 3.
This is my table:
And this is the result I would like from the select
Any help is appreciated :)