Guest User

Untitled

a guest
Apr 26th, 2018
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.41 KB | None | 0 0
  1. SELECT DISTINCT Groups.Name  FROM Groups, Principals, CachedGroupMembers WHERE Principals.Disabled = 0 AND CachedGroupMembers.Disabled = 0 AND Principals.id = Groups.id AND Principals.PrincipalType = 'Group' AND Principals.id = CachedGroupMembers.GroupId AND CachedGroupMembers.MemberId = 8851  AND ((Groups.Domain = 'RT::System-Role' AND Groups.Instance = 1) OR (Groups.Domain = 'RT::System-Role' AND Groups.Instance = 1))
Advertisement
Add Comment
Please, Sign In to add comment