Question d’entretien chez SyncBASE

How to delete the duplicate entries in the SQL table

Réponse à la question d'entretien

Utilisateur anonyme

24 mars 2016

SELECT the DISTINCT records into a New Table TRUNCATE the Old Table MERGE the New Table back into the Old Table