Jes Sie

Jes Sie

  • 742
  • 1.2k
  • 282.2k

Removing Duplicate Values in SQL Server

Jan 28 2023 3:40 PM

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)