Need some help from the SQL guru's out there. Table as seen below.
User Name User Org Client Name Client Org
Phil ABC Comp Jack DEB Comp
Phil ABC Comp Jack EFT Comp
Phil ABC Comp Jack ABC Comp
Phil ABC Comp Jack OKA Comp
Phil ABC Comp Jack IPA Comp
Phil ABC Comp Jill CDE Comp
Phil ABC Comp Jill XYZ Comp
The situation is Jack is the same client associated to many companies. If Jack is associated to the company that Phil is associated to, I don't want it to show up in my output of the data flow. In the above example. Jill would show up in my output because she is not associated to the company that Phil is associated to. Output as seen:
User Name User Org Client Name Client Org
Phil ABC Comp Jill CDE Comp
Phil ABC Comp Jill XYZ Comp
Thanks for the help, Wendi