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