Per trovare righe duplicate in una tabella Sql Server utilizzare il seguente script:
SELECT IdPigmento
, UserName
FROM TbPrezziPigmenti
GROUP BY IdPigmento
,UserName
HAVING COUNT(*) > 1
Iscriviti a:
Commenti sul post (Atom)
Nessun commento:
Posta un commento