Hi @Ariel Benjamin ,
Thanks for your update.
You could add one DISTINCT and then you could remove all duplicated records.
SELECT distinct a.*
FROM azbContacts a
INNER JOIN azbMatters b
ON a.ILSKey=b.ILSKey
Output:
FIRSTNAME LASTNAME ILSKey
John Public 1234
Sam Doe 9012
Best regards,
Melissa
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.