Question d’entretien chez SAP

Using sql how would you find duplicated values in a table with only one row.

Réponse à la question d'entretien

Utilisateur anonyme

24 mai 2012

Select * From table where (count >1)