Hello,
I have a massive datatable of about 20,000 rows. I neee to filter the Datatable to only keep rows that are duplicated in a specific column. (In the example below, Column 2)
The pictures below show what I am trying to achive.
Could you please suggest how to do this, given the large size of the datatable, perhaps with a Linq expression?
Many thanks in advance