I have one table that contains many duplicate rows. The duplicates will be identified based on matches on first name, last name, email and/or phone.
The rows also contain a column of data in a column called "data". This is a text field.
I need to merge the duplicate rows into one row but retain the values of "data" from both rows into a single merged column of "data" (i.e. concatenate the text field) (or even two columns of "data" from the duplicates that I can then later merge). The duplicate rows will then be deleted.
How can this be accomplished?
The rows also contain a column of data in a column called "data". This is a text field.
I need to merge the duplicate rows into one row but retain the values of "data" from both rows into a single merged column of "data" (i.e. concatenate the text field) (or even two columns of "data" from the duplicates that I can then later merge). The duplicate rows will then be deleted.
How can this be accomplished?
Last edited: