I am having trouble getting distinct values from a column in a datatable. The column is a list of email addresses,which can have multiple line items with the same email address. The problem is that this colum is not a primary key and is the only column I need to return. I would like to get the count of the distinct email addresses in this datatable, but I am not able to succeed at it.
I have tried copying a dataset, applying primary keys to original dataset, then merging the new and original datasets together, but I'm not successful because of my duplicate email addresses. HOW CAN I APPROACH THIS, PLEASE HELP? THANKS
regards,
Brian
I have tried copying a dataset, applying primary keys to original dataset, then merging the new and original datasets together, but I'm not successful because of my duplicate email addresses. HOW CAN I APPROACH THIS, PLEASE HELP? THANKS
regards,
Brian