1
Answer

Removing Duplicate Values in SQL Server

Jes Sie

Jes Sie

2y
686
1

I have a table that contains some duplicate values like the one below. Is there a way to remove the duplicate value even if the row data contains different values?

If only the duplicate row data are all the same value, I can use the group by. The problem is that it contains different values.

Thanks so much for any possible help.

Answers (1)