uuIndeed Indeed 54261 SELECT UserIDs,CreateDate,ConsIntID,VisaStatus,DisplayName,LastName,HomePhone,WorkPhone,MobilePhone,EMail1,CompanyName,EditDate,JobTitle,City,State,PrimarySkills,TotalExp,Rate,Groups,Owners,Categories FROM Consultants WHERE (Consultants.Archived=False) and (Consultants.Categories like '%Indeed%') AND (Consultants.Private=False OR Consultants.UserIDs LIKE [LoggedInUser]) ORDER BY Consultants.DisplayName uuSimplyHired SimplyHired 54261 SELECT UserIDs,CreateDate,ConsIntID,VisaStatus,DisplayName,LastName,HomePhone,WorkPhone,MobilePhone,EMail1,CompanyName,EditDate,JobTitle,City,State,PrimarySkills,TotalExp,Rate,Groups,Owners,Categories FROM Consultants WHERE (Consultants.Archived=False) and (Consultants.Categories like '%SHired%') AND (Consultants.Private=False OR Consultants.UserIDs LIKE [LoggedInUser]) ORDER BY Consultants.DisplayName uuGlassdoor Glassdoor 54261 SELECT UserIDs,CreateDate,ConsIntID,VisaStatus,DisplayName,LastName,HomePhone,WorkPhone,MobilePhone,EMail1,CompanyName,EditDate,JobTitle,City,State,PrimarySkills,TotalExp,Rate,Groups,Owners,Categories FROM Consultants WHERE (Consultants.Archived=False) and (Consultants.Categories like '%Glassdoor%') AND (Consultants.Private=False OR Consultants.UserIDs LIKE [LoggedInUser]) ORDER BY Consultants.DisplayName