I have a user profile table with user id's and person's names. I won't to query the table to see if multiple users share the same user id. Ex: John Doe with User ID: 123; James Test with User ID: 123. Show me these occurrences grouped by User ID. Thanks!