I am using the group by function to remove duplicates based on certain fields. However, I want the Primary Key ID to also be returned
If I add it to the select statement, I have to also add it to the Group By line which messes up the duplicates
So...how can I just view the ID field in my return without making it part of the group by function?