Return to Snippet

Revision: 70440
at February 12, 2016 06:10 by systemergon


Initial Code
SELECT * , COUNT( * ) AS num
FROM INTImportaExcel
GROUP BY
			CV_INVENTARIO,
			DES_ACTIVO,
			MARCA,
			MODELO,
			SERIE,
			CS_JURISDICCIONES,
			CS_CUUM
ORDER BY num DESC

Initial URL


Initial Description
Saber el numero de registro duplicados en una tabla

Initial Title
Registros duplicados SQL Server

Initial Tags


Initial Language
SQL