<?xml version="1.0" encoding="iso-8859-1"?>
<turisoftreportfile title="Viviendas - Datos de acceso a internet vía Wifi " breakpoint="" group="">
	<parameters>
	</parameters>
	<sql>SELECT
	agrupaciones."Descripción" AS agrupaciones."Agrupación",
	viviendas.Vivienda,
	NOMBRE_RED_INTERNET AS viviendas."Red Wifi",
	CONTRASENA_RED_INTERNET AS viviendas."Contraseña"
FROM
	viviendas,
	agrupaciones
WHERE
	viviendas.CONEXION_A_INTERNET="SI"
	AND agrupaciones."Código"=viviendas."Agrupación"
ORDER BY
	agrupaciones."Descripción",
	viviendas.Vivienda</sql>
	<totals>
	</totals>
	<footer></footer>
</turisoftreportfile>
