Advertisement
psi_mmobile

Untitled

Mar 31st, 2021
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. SELECT r.validation_status_id
  2. FROM gui_users gu,
  3. person_role pr,
  4. vo_role vr,
  5. role r
  6. WHERE gu.profiled_person_id = pr.person_id
  7. AND pr.vo_role_id = vr.vo_role_id
  8. AND vr.role_id = r.role_id
  9. AND gui_user_id = 101001;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement