Question d’entretien chez eClinicalWorks

how to remove duplicate rows from a table in database?

Réponses aux questions d'entretien

Utilisateur anonyme

17 févr. 2019

use rowcount function for particular column and then delete query

Utilisateur anonyme

6 avr. 2011

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