You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select Users.ID, Users.Callsign, Users.FullName, Users.Email from Users Where Users.ID in (Select Permissions.UserId from Permissions where Permissions.RepeaterId = @repeaterid) OR Users.ID in (Select Repeaters.TrusteeID from Repeaters where Repeaters.ID = @repeaterid) ;