Sollicitatievraag bij eClinicalWorks

how to remove duplicate rows from a table in database?

Antwoorden op sollicitatievragen

Anoniem

17 feb 2019

use rowcount function for particular column and then delete query

Anoniem

6 apr 2011

use DISTINCT function to remove duplicates from a table in database.