Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. select users.id
  2. from users
  3. where users.id in
  4. (select groups_users.invited_user_id as `user_id`
  5. from groups, groups_users
  6. where groups.id = '1398209'
  7. and groups.id = groups_users.group_id
  8. and status = 2
  9. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement