Topic by Nick Shlyakhovyy
Content
Hello,
i'm having a problem with query returning duplicate values (although DISTINCT is there):
SELECT DISTINCT
Contact.ID
,Contact.Phones.PhoneList.Number
FROM Contact
I have this query implemented in C#.
We are on version May 2012
Thank you for help
Nick