I would like to only get back distinct rows but one of my select columns will prevent this from happening because one of my columns that I would like to include in the select is notes. Notes represents what list it was imported from. This means I may have two John smiths from the same company but was imported for two different lists.
How can I only get back distinct rows and still incluse notes as one of the selected columns in my final query.
need help
How can I only get back distinct rows and still incluse notes as one of the selected columns in my final query.
need help