I have a table with a list of account numbers.
I am joining this table with one that has account owner's.
Tha question is that some account may have more that 1 owner, so my query return some duplicated results.
Is there a function to return the "first" matching results and ignore the second owner?