Query Run
SELECT DISTINCT u.user_name FROM user u JOIN user_groups ug ON u.user_id =... 2 months ago