Hi there, I am trying to select a bunch of entries from a project team list. Some teams have the same person on them. I have the system selecting all the folks just fine, but if the person is on more than one team the system counts them as a unique person. Each person has an id and that id is the same no matter what team they are on. Is there some way I can have in the where statement that it pull only the unique ids?
right now my where statement is showing this, but I am not sure what to try to get the options i already have as well as pulling only unique ids. (ie. I have 14 people total, they are all on different teams except two which are on two teams.. then it shows that I have 16 people, even though it is actually only 14)
Thanks for any help!
WHERE mem.profil = '1' AND (tea.status = '3' OR tea.status = '2')