Hello,
I have a SQL query that returns three columns but I need it to only return distinct values for one column.
Example: I have three columns (col1, col2, col3). I want all three columns returned, but I don't want there to be any duplicates of col1.
Is this possible?
Note: I'm using Microsoft Access to build this query.