<?xml version="1.0" encoding="iso-8859-1"?>
<turisoftreportfile title="Inquilinos duplicados" breakpoint="" group="">
	<parameters>
	</parameters>
	<sql>SELECT
	inqui."NIF/Pasaporte" AS inqui."DNI/Pasaporte",
	COUNT(*) AS Cantidad
FROM 
	inqui
GROUP BY
	inqui."NIF/Pasaporte"
HAVING
	COUNT(*)  &gt; 1
ORDER BY
	inqui."NIF/Pasaporte"</sql>
	<totals>
	</totals>
	<footer></footer>
</turisoftreportfile>
