Hello Everyone;
I have a datatable dt, which has 2 columns (number(int), value(string)), there are rows with the same number, but different values, i want to first concatenate the values to 1 row, then delete the duplicate rows.
anyone knows an efficient way to do that?
Thanks