<?xml version="1.0" encoding="UTF-8"?><database name="gorenove_fabric" schema="bdnb_v07" type="PostgreSQL - 18.4 (Debian 18.4-1.pgdg13+1)">
   <tables>
      <table name="adresse" numRows="26366026" remarks="Table de description des adresses. Les adresses dans la BDNB sont le sous-ensemble des adresses BAN de type `housenumber` (adressage au numéro) et uniquement localisé en France hexagonale et Corse. Des adresses ARCEP viennent compléter les adresses BAN quand ces adresses n'existent pas dans la BAN. Les géolocalisants ponctuels sont au format Lambert-93 (ESPG:2154)." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="cle_interop_adr" nullable="false" remarks="Clé d'interopérabilité de l'adresse postale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="numero" nullable="true" remarks="Numéro de l'adresse" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="rep" nullable="true" remarks="Indice de répétition du numéro de l'adresse" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="type_voie" nullable="true" remarks="Type de voie" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nom_voie" nullable="true" remarks="Nom de la voie" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="libelle_adresse" nullable="true" remarks="Libellé complet de l'adresse" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="code_postal" nullable="true" remarks="Code postal" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="code_commune_insee" nullable="true" remarks="Code INSEE de la commune" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="libelle_commune" nullable="true" remarks="Libellé de la commune" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="source" nullable="true" remarks="source de l'adresse BAN ou ARCEP" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="geom_adresse" nullable="true" remarks="Géométrie de l'adresse (Lambert-93)" size="2147483647" type="geometry" typeCode="1111"/>
         <primaryKey column="cle_interop_adr" sequenceNumberInPK="1"/>
         <index name="adresse__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="cle_interop_adr"/>
         </index>
         <index name="b8f1b8ae7f22dec3b086aa5a98c714f4" unique="false">
            <column ascending="true" name="geom_adresse"/>
         </index>
         <index name="bdb686683c949fddb9e176d55f1857a8" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="adresse_metrique" numRows="21669622" remarks="Métriques des adresses. Cette table permet d’identifier le nombre de bâtiments desservis par une même adresse. Elle facilite ainsi la distinction entre :&#10;- les adresses mono-bâtiment,&#10;- les adresses desservant plusieurs bâtiments sur une même unité foncière,&#10;- et les adresses plus problématiques desservant plusieurs unités foncières distinctes." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="cle_interop_adr" nullable="false" remarks="Clé d'interopérabilité de l'adresse postale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="nb_batiment" nullable="true" remarks="Nombre de bâtiments" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="nb_batiment_hors_dep" nullable="true" remarks="Nombre de bâtiments (au sens des fichiers fonciers) hors dépendances desservies par l'adresse" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="nb_bat_grp" nullable="true" remarks="Nombre de bâtiments desservis par l'adresse" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nb_bat_grp_hors_dep" nullable="true" remarks="Nombre de bâtiments (hors dépendances) desservis par l'adresse" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="nb_parcelle_unifiee" nullable="true" remarks="Nombre de parcelles unifiées desservies par l'adresse" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="nb_parcelle_unifiee_hors_dep" nullable="true" remarks="Nombre de parcelles unifiées desservies par l'adresse (hors couple parcelle_unifiee/adresse pointant sur une dépendance)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="fiabilite_niv_1" nullable="true" remarks="Fiabilité de l'adresse niveau 1 (fiable bâtiment, fiable bâtiment_groupe, moyennement fiable)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="fiabilite_niv_2" nullable="true" remarks="raison de la fiabilité de l'adresse (mono bat FF, mono bat BDNB, mono bat FF + dépendances, mono tup, multi tup)" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="cle_interop_adr" sequenceNumberInPK="1"/>
         <index name="adresse_metrique__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="cle_interop_adr"/>
         </index>
         <index name="8e51bcfa50caf7c5ec340aa0bd3b1e51" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment" numRows="34826368" remarks="Bâtiments au sens des Fichiers Fonciers, correspondant aux [idbat](https://doc-datafoncier.cerema.fr/doc/ff/batiment/idbat) présents dans la base de données du CEREMA lorsque `origine = 'Fichiers Fonciers'`.&#10;&#10;Des entrées supplémentaires issues de la table [batiment_groupe] sont ajoutées pour représenter des bâtiments non référencés dans les Fichiers Fonciers (`origine = 'Association géométrique'`). Cela correspond à des bâtiments localisés sur des parcelles absentes des Fichiers Fonciers." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_id" nullable="false" remarks="Identifiant du bâtiment fiscal au sens des fichiers fonciers" size="24" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="batiment_groupe_id" nullable="true" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="code_iris" nullable="true" remarks="Code iris INSEE" size="9" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="code_commune_insee" nullable="true" remarks="Code INSEE de la commune" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="parcelle_unifiee_id" nullable="true" remarks="Identifiant de la parcelle unifiée dans la BDNB. Dans la très grande majorité des cas, il s'agit des identifiants idtup des fichiers fonciers (CEREMA). Une partie marginale de ces identifiants sont des identifiants de parcelles non documentées dans les fichiers fonciers." size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="origine" nullable="true" remarks="Origine de l'entrée bâtiment. Elle provient soit des données foncières (Fichiers Fonciers), soit d'un croisement géospatial entre le Cadastre, la BDTopo et des bases de données métiers (ex: BPE ou Mérimée)" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_id" sequenceNumberInPK="1"/>
         <index name="batiment__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_id"/>
         </index>
         <index name="4828a4c865f204eb70482f6b9b1db240" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="8ae845ed24c1c2aff59cec401931c7b8" unique="false">
            <column ascending="true" name="code_iris"/>
         </index>
         <index name="9279f8150484f729a353da710f240429" unique="false">
            <column ascending="true" name="parcelle_unifiee_id"/>
         </index>
         <index name="a44e35e16b6ad44f22dffa75d020b80f" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="cf7d6f7e065c7c02b8ec613e6404dbeb" unique="false">
            <column ascending="true" name="code_commune_insee"/>
         </index>
      </table>
      <table name="batiment_construction" numRows="46898412" remarks="Enceinte physique des différentes géométries qui composent le groupe de bâtiments. Ces enceintes sont des géométries 2D extrudées en hauteur.&#10;&#10;Les bâtiments constructions proviennent de la BD TOPO de l’IGN et sont retraités par le CSTB, principalement pour les mettre en cohérence avec le découpage parcellaire du cadastre." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_construction_id" nullable="false" remarks="Identifiant unique de l'entrée batiment_construction." size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="batiment_groupe_id" nullable="true" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="parcelle_unifiee_id" nullable="true" remarks="Identifiant de la parcelle unifiée dans la BDNB. Dans la très grande majorité des cas, il s'agit des identifiants idtup des fichiers fonciers (CEREMA). Une partie marginale de ces identifiants sont des identifiants de parcelles non documentées dans les fichiers fonciers." size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="code_iris" nullable="true" remarks="Code iris INSEE" size="9" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="code_commune_insee" nullable="true" remarks="Code INSEE de la commune" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="s_geom_cstr" nullable="true" remarks="(ign) Surface au sol de la géométrie de la construction [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="hauteur" nullable="true" remarks="(ign) Hauteur du bâtiment physique [m]" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="altitude_sol" nullable="true" remarks="(ign) Altitude moynne au pied du bâtiment physique [m]" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="fictive_hauteur_cstr" nullable="true" remarks="(ign) Variable renvoyant : &quot;vrai&quot; si la hauteur est fictive, &quot;faux&quot; elle correspond à une hauteur réelle" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="fictive_geom_cstr" nullable="true" remarks="(ign) Variable renvoyant : &quot;vrai&quot; si la géométrie est fictive (et la surface au sol n'est pas réelle), &quot;faux&quot; elle correspond à une emprise au sol réelle" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="geom_cstr" nullable="true" remarks="(ign) Géométrie multipolygonale de l'enceinte du bâtiment (Lambert-93)" size="2147483647" type="geometry" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="geom_cstr_pos" nullable="true" remarks="(ign) Géométrie ponctuelle de l'enceinte du bâtiment (Lambert-93)" size="2147483647" type="geometry" typeCode="1111"/>
         <primaryKey column="batiment_construction_id" sequenceNumberInPK="1"/>
         <index name="batiment_construction__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_construction_id"/>
         </index>
         <index name="1c6a3845d59d8dbb2ccb3a55ca40ecb5" unique="false">
            <column ascending="true" name="code_iris"/>
         </index>
         <index name="3f2f45e6b3076716e77740c1fc17fc9a" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="78fb7fcd751c04708811de0a190e88c3" unique="false">
            <column ascending="true" name="code_commune_insee"/>
         </index>
         <index name="a0126da13093b78fda343f78e057dcfc" unique="false">
            <column ascending="true" name="geom_cstr_pos"/>
         </index>
         <index name="b3d176e2183bcfe1afee2d4e5a2f3eeb" unique="false">
            <column ascending="true" name="parcelle_unifiee_id"/>
         </index>
         <index name="b64dd9521a8b682a25dfa1856c5b1ea2" unique="false">
            <column ascending="true" name="geom_cstr"/>
         </index>
         <index name="e20be465abbc80c9b887248c2834b5d7" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
      </table>
      <table name="batiment_groupe" numRows="32349766" remarks="Groupes de bâtiments au sens de la BDNB.&#10;&#10;Un groupe de bâtiments est composé de 0 à *n* bâtiments fonciers et de 0 à *m* bâtiments constructions.  &#10;Ces entités sont créées pour minimiser *n* et *m*, afin de produire des groupes aussi précis que possible, tout en garantissant une adéquation entre :&#10;- le contenant : enceintes physiques des bâtiments (`batiment_construction`),&#10;- et le contenu : bâtiments fonciers qui documentent usages, surfaces et nombre de locaux.&#10;&#10;Un groupe de bâtiments est toujours situé sur une même unité foncière (ensemble de parcelles adjacentes appartenant à un même propriétaire).&#10;&#10;Cette entité, qui assure la cohérence entre contenant et contenu, constitue le socle de la BDNB.  &#10;La majorité des informations présentes dans la base sont définies à cette échelle : `batiment_groupe`." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="parcelle_unifiee_id" nullable="true" remarks="Identifiant de la parcelle unifiée dans la BDNB. Dans la très grande majorité des cas, il s'agit des identifiants idtup des fichiers fonciers (CEREMA). Une partie marginale de ces identifiants sont des identifiants de parcelles non documentées dans les fichiers fonciers." size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="s_geom_groupe" nullable="true" remarks="Surface au sol de la géométrie du bâtiment groupe (geom_groupe)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="code_iris" nullable="true" remarks="Code iris INSEE" size="9" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="code_commune_insee" nullable="true" remarks="Code INSEE de la commune" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="libelle_commune_insee" nullable="true" remarks="(insee) Libellé de la commune accueillant le groupe de bâtiment" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="code_epci_insee" nullable="true" remarks="Code de l'EPCI" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="contient_fictive_geom_groupe" nullable="true" remarks="Vaut &quot;vrai&quot;, si la géométrie du groupe de bâtiment est générée automatiquement et ne représente pas la géométrie du groupe de bâtiment." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="geom_groupe" nullable="true" remarks="Géométrie multipolygonale du groupe de bâtiment (Lambert-93)" size="2147483647" type="geometry" typeCode="1111"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="080f3644d9a1b97a65e76cec2a449002" unique="false">
            <column ascending="true" name="code_commune_insee"/>
         </index>
         <index name="60c9b426f62113e4f4b6d4eb4c0f82f3" unique="false">
            <column ascending="true" name="geom_groupe"/>
         </index>
         <index name="979bfa8b37d933d4c345877ac6b2426b" unique="false">
            <column ascending="true" name="parcelle_unifiee_id"/>
         </index>
         <index name="aa44ed677ee699bd7dc7bc7f45ad8677" unique="false">
            <column ascending="true" name="code_iris"/>
         </index>
         <index name="c67ed8d41111be4e75e3cb565d7d8e47" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="eaff4d10bc5022d77dfa4139eb3ae139" unique="false">
            <column ascending="true" name="code_epci_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_adresse" numRows="27096320" remarks="Cette table fournit des informations résumées sur le groupe de bâtiments par rapport aux adresses qui y sont rattachées.&#10;&#10;On y retrouve le nombre d’adresses associées au groupe de bâtiments, ainsi que l’adresse principale, définie comme celle associée au plus grand nombre de locaux pour ce groupe.&#10;&#10;Si vous souhaitez associer des données référencées à l’adresse aux groupes de bâtiments de la BDNB, nous recommandons d’utiliser `rel_batiment_groupe_adresse` afin de prendre en compte l’ensemble des adresses associées au groupe de bâtiments." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="cle_interop_adr_principale_ban" nullable="true" remarks="Clé d'interopérabilité de l'adresse principale (issue de la BAN)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="cle_interop_adr_principale" nullable="true" remarks="clé d'interopérabilité de l'adresse principale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="libelle_adr_principale_ban" nullable="true" remarks="Libellé complet de l'adresse principale (issue de la BAN)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="libelle_adr_principale" nullable="true" remarks="libellé complet de l'adresse principale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="nb_adresse" nullable="true" remarks="Nombre d'adresses" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="nb_adresse_valid" nullable="true" remarks="[DEPRECIEE] Nombre d'adresses valides différentes qui desservent le groupe de bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="nb_adresse_valid_ban" nullable="true" remarks="Nombre d'adresses valides différentes provenant de la BAN qui desservent le groupe de bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="fiabilite_cr_adr_niv_1" nullable="true" remarks="Fiabilité des données croisées à l'adresse ('données croisées à l'adresse fiables', 'données croisées à l'adresse fiables à l'echelle de la parcelle unifiee', 'données croisées à l'adresse moyennement fiables', 'problème de géocodage')" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="fiabilite_cr_adr_niv_2" nullable="true" remarks="Fiabilité détaillée des données croisées à l'adresse" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_adresse__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="39e3e11a830369b3e281b38700b9483a" unique="false">
            <column ascending="true" name="cle_interop_adr_principale"/>
         </index>
         <index name="4711743c5e7736cb0772d3799d1a2fd7" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_bdtopo_bat" numRows="32133176" remarks="Cette table contient les informations attributaires disponibles dans la BD TOPO de l'IGN, couche bâti. Les données sont regroupées au niveau du groupe de bâtiments : altitude, hauteur et liste d'usages." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="l_nature" nullable="true" remarks="(ign) Catégorie de nature du bâtiment" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="l_usage_1" nullable="true" remarks="DEPRECIEE :  (ign) Usage principal du bâtiment -&gt; utiliser batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open en lieu et place de cette variable d'usage principal" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="l_usage_2" nullable="true" remarks="DEPRECIEE : (ign) Usage secondaire du bâtiment -&gt; utiliser batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open en lieu et place de cette variable d'usage ou la table rel_batiment_groupe_usage" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="l_etat" nullable="true" remarks="(ign) Etat des bâtiments" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="hauteur_mean" nullable="true" remarks="(ign) Hauteur moyenne des bâtiments [m]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="max_hauteur" nullable="true" remarks="(ign) Hauteur maximale des bâtiments [m]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="altitude_sol_mean" nullable="true" remarks="(ign) Altitude au sol moyenne [m]" size="10" type="int4" typeCode="4"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_bdtopo_bat__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="7301a856909dc8f7c633dfc00e9c0f0e" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_bdtopo_equ" numRows="7672" remarks="Agrégation des informations suivantes issues des équipements de la BD TOPO de l'IGN (couche équipement) qui intersectent les groupes de bâtiments :&#10;- la nature de l'équipement,&#10;- le toponyme associé.&#10;&#10;Les données sont fournies sous forme de listes agrégées." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="l_nature" nullable="true" remarks="(ign) Catégorie de nature du bâtiment" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="l_nature_detaillee" nullable="true" remarks="(ign) Catégorie détaillée de nature de l'équipement" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="l_toponyme" nullable="true" remarks="(ign) Toponymie de l'équipement" size="2147483647" type="_text" typeCode="2003"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_bdtopo_equ__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="db30005affe52a37fd497d3e7fbd5e13" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_bdtopo_zoac" numRows="781049" remarks="Agrégation des informations suivantes issues des zones d'activités de la BD TOPO de l'IGN (couche ZOA) qui intersectent les groupes de bâtiments :&#10;- la nature de la zone d'activité,&#10;- le toponyme associé.&#10;&#10;Les données sont fournies sous forme de listes agrégées." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="l_nature" nullable="true" remarks="(ign) Catégorie de nature du bâtiment" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="l_nature_detaillee" nullable="true" remarks="(ign) Catégorie détaillée de nature de l'équipement" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="l_toponyme" nullable="true" remarks="(ign) Toponymie de l'équipement" size="2147483647" type="_text" typeCode="2003"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_bdtopo_zoac__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="66b1f3ca0c42fe2fc4ee3cc90912b67e" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_bpe" numRows="533648" remarks="Agrégation des informations suivantes issues de la Base Permanente des Équipements (BPE) de l'INSEE, à l’échelle du groupe de bâtiments :&#10;- le type d’équipement.&#10;&#10;Les données sont fournies sous forme de listes agrégées." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="l_type_equipement" nullable="true" remarks="(bpe) Liste des équipements recensés par la base BPE" size="2147483647" type="_text" typeCode="2003"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_bpe__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="71edd791fd97a2b6e59e1ea75e0fbd76" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_certification" numRows="66815" remarks="Cette table fournit des informations provenant de deux organismes de certification de la construction : Certivéa et Cerqual. Ces certifications attestent de la qualité de la construction des bâtiments associés. Ces données concernent des bâtiments de logement collectifs, de maison individuelle et de bâtiments tertiaires. &#10;Les certifications concernent en grande majorité des projets de construction neuve et dans une moindre mesure des projets de rénovation d'ampleur. &#10;Il est identifié notamment les bâtiments qui ont bénéficié de certification HQE (Haute Qualité Environnementale)." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="organisme_certification" nullable="true" remarks="(certification) Organisme qui a effectué la certification (soit Cerqual, soit Certivéa)" size="8" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="annee_certification" nullable="true" remarks="(certification) Annee de certification de la construction." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="libelle_certification_brut" nullable="true" remarks="(certification) Libéllé de certification complet brut qui en fonction de l'organisme de certification fourni la marque, le type de certification/label, le niveau obtenu éventuellement et le rattachement à la réglementation environnementale en vigueur pour le projet de construction (RT2012 ou RE2020)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="certification_environementale" nullable="true" remarks="(certification) le bâtiment à fait l'objet d'une certification environementale remarquable : pour l'instant seule la certification HQE est identifiée dans cette colonne." size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_certification__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="4ee663ad67e77aed4047bc8a1ce45ef4" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_compile" numRows="0" remarks="vue complète de la table bâtiment groupe" schema="bdnb_v07" type="VIEW" viewSql=" SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_energie.enethermo_conso_ener_res_par_m2,&#10;    batiment_groupe_energie.enethermo_conso_thermo_res_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_ascenseurs AS rnc_nb_ascenseurs,&#10;    batiment_groupe_rnc.nb_classe_ener_a AS rnc_nb_classe_ener_a,&#10;    batiment_groupe_rnc.nb_classe_ener_b AS rnc_nb_classe_ener_b,&#10;    batiment_groupe_rnc.nb_classe_ener_c AS rnc_nb_classe_ener_c,&#10;    batiment_groupe_rnc.nb_classe_ener_d AS rnc_nb_classe_ener_d,&#10;    batiment_groupe_rnc.nb_classe_ener_e AS rnc_nb_classe_ener_e,&#10;    batiment_groupe_rnc.nb_classe_ener_f AS rnc_nb_classe_ener_f,&#10;    batiment_groupe_rnc.nb_classe_ener_g AS rnc_nb_classe_ener_g,&#10;    batiment_groupe_rnc.nb_classe_ener_nc AS rnc_nb_classe_ener_nc,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_type_chauffage AS rnc_l_type_chauffage,&#10;    batiment_groupe_rnc.chauffage_collectif_urbain AS rnc_chauffage_collectif_urbain,&#10;    batiment_groupe_rnc.l_energie_chauffage_collectif AS rnc_l_energie_chauffage_collectif,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.isb_dh_moyen AS dernier_etage_isb_dh_moyen,&#10;    batiment_groupe_simulations_isb.isb_dh_fiabilite AS dernier_etage_isb_dh_fiabilite,&#10;    batiment_groupe_simulations_isb.isb_dh_max_prob AS dernier_etage_isb_dh_max_prob,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_1 AS dernier_etage_isb_dh_classe_1,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_2 AS dernier_etage_isb_dh_classe_2,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_3 AS dernier_etage_isb_dh_classe_3,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_4 AS dernier_etage_isb_dh_classe_4_,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_5 AS dernier_etage_isb_dh_classe_5,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_6 AS dernier_etage_isb_dh_classe_6,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_7 AS dernier_etage_isb_dh_classe_7,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_8 AS dernier_etage_isb_dh_classe_8,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_9 AS dernier_etage_isb_dh_classe_9,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_10 AS dernier_etage_isb_dh_classe_10,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_2_5 AS dernier_etage_isb_dh_percentile_2_5,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_10 AS dernier_etage_isb_dh_percentile_10,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_25 AS dernier_etage_isb_dh_percentile_25,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_50 AS dernier_etage_isb_dh_percentile_50,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_75 AS dernier_etage_isb_dh_percentile_75,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_90 AS dernier_etage_isb_dh_percentile_90,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_97_5 AS dernier_etage_isb_dh_percentile_97_5,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation&#10;   FROM (((((((((((((((((((((((((((((((((((((((((bdnb_v07_2024_10c.batiment_groupe batiment_groupe&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text) AND (batiment_groupe_simulations_isb.type_niveau = 'dernier étage'::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2024_10c.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_energie.enethermo_conso_ener_res_par_m2,&#10;    batiment_groupe_energie.enethermo_conso_thermo_res_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_ascenseurs AS rnc_nb_ascenseurs,&#10;    batiment_groupe_rnc.nb_classe_ener_a AS rnc_nb_classe_ener_a,&#10;    batiment_groupe_rnc.nb_classe_ener_b AS rnc_nb_classe_ener_b,&#10;    batiment_groupe_rnc.nb_classe_ener_c AS rnc_nb_classe_ener_c,&#10;    batiment_groupe_rnc.nb_classe_ener_d AS rnc_nb_classe_ener_d,&#10;    batiment_groupe_rnc.nb_classe_ener_e AS rnc_nb_classe_ener_e,&#10;    batiment_groupe_rnc.nb_classe_ener_f AS rnc_nb_classe_ener_f,&#10;    batiment_groupe_rnc.nb_classe_ener_g AS rnc_nb_classe_ener_g,&#10;    batiment_groupe_rnc.nb_classe_ener_nc AS rnc_nb_classe_ener_nc,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_type_chauffage AS rnc_l_type_chauffage,&#10;    batiment_groupe_rnc.chauffage_collectif_urbain AS rnc_chauffage_collectif_urbain,&#10;    batiment_groupe_rnc.l_energie_chauffage_collectif AS rnc_l_energie_chauffage_collectif,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.isb_dh_moyen AS dernier_etage_isb_dh_moyen,&#10;    batiment_groupe_simulations_isb.isb_dh_fiabilite AS dernier_etage_isb_dh_fiabilite,&#10;    batiment_groupe_simulations_isb.isb_dh_max_prob AS dernier_etage_isb_dh_max_prob,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_1 AS dernier_etage_isb_dh_classe_1,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_2 AS dernier_etage_isb_dh_classe_2,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_3 AS dernier_etage_isb_dh_classe_3,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_4 AS dernier_etage_isb_dh_classe_4_,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_5 AS dernier_etage_isb_dh_classe_5,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_6 AS dernier_etage_isb_dh_classe_6,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_7 AS dernier_etage_isb_dh_classe_7,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_8 AS dernier_etage_isb_dh_classe_8,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_9 AS dernier_etage_isb_dh_classe_9,&#10;    batiment_groupe_simulations_isb.isb_dh_classe_10 AS dernier_etage_isb_dh_classe_10,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_2_5 AS dernier_etage_isb_dh_percentile_2_5,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_10 AS dernier_etage_isb_dh_percentile_10,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_25 AS dernier_etage_isb_dh_percentile_25,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_50 AS dernier_etage_isb_dh_percentile_50,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_75 AS dernier_etage_isb_dh_percentile_75,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_90 AS dernier_etage_isb_dh_percentile_90,&#10;    batiment_groupe_simulations_isb.isb_dh_percentile_97_5 AS dernier_etage_isb_dh_percentile_97_5,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation&#10;   FROM (((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text) AND (batiment_groupe_simulations_isb.type_niveau = 'dernier étage'::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2024_10_mhamdoune.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulation_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulation_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulation_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_simulation_surface_habitable batiment_groupe_simulation_surface_habitable ON ((((batiment_groupe_simulation_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulation_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_ligne_edito.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((bdnb_v07.batiment_groupe batiment_groupe&#10;     LEFT JOIN bdnb_v07.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_geocodage_m.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_dvf.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_import_qpv_.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metriques_p.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_bdnb_b.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_test_logeme.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_om_ci_2026_02_feat_drom.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_add_cosia.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2025_07_feat_rga_indicat.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_a.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_dpe_xml_ter.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_dhup_.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_etude_engie.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_lancer_extr.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_dag_imp_mult.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_drom_ci_2026_02_feat_drom_prep_d.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulations_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulations_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_simulations_surface_habitable batiment_groupe_simulations_surface_habitable ON ((((batiment_groupe_simulations_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_om_2026_00_ci_2026_02_feat_drom.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulation_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulation_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulation_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_simulation_surface_habitable batiment_groupe_simulation_surface_habitable ON ((((batiment_groupe_simulation_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulation_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_api_2026_02a.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulation_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulation_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulation_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_simulation_surface_habitable batiment_groupe_simulation_surface_habitable ON ((((batiment_groupe_simulation_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulation_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_update_extr.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop_inconnu,&#10;    batiment_groupe_ffo_bat.nb_log_loue_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_occ_autre,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hors_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_vac_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_occ_sem,&#10;    batiment_groupe_ffo_bat.nb_log_occ_inconnu,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_nappe_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_geothermique_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_implantation_puits_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_eligibilite_gmi_sonde_200,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_zone_geothermie_profonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_annuelle,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_potentiel_prod_solaire_thermique_ete,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_nappe,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_geothermie_sonde,&#10;    batiment_groupe_contrainte_opportunite_renovation.batenr_favorabilite_solaire_thermique,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac2,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.zone_plu_bati_patrimonial,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.source_monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation,&#10;    batiment_groupe_simulation_surface_habitable.surface_habitable_predite AS simu_surface_surface_habitable_predite,&#10;    batiment_groupe_simulation_surface_habitable.surface_habitable_reel_ou_predite AS simu_surface_surface_habitable_reel_ou_predite,&#10;    batiment_groupe_simulation_surface_habitable.source_surface_reelle AS simu_surface_source_surface_reelle,&#10;    batiment_groupe_certification.organisme_certification,&#10;    batiment_groupe_certification.annee_certification,&#10;    batiment_groupe_certification.libelle_certification_brut,&#10;    batiment_groupe_certification.certification_environementale&#10;   FROM (((((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_simulation_surface_habitable batiment_groupe_simulation_surface_habitable ON ((((batiment_groupe_simulation_surface_habitable.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulation_surface_habitable.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_fix_publication_.batiment_groupe_certification batiment_groupe_certification ON ((((batiment_groupe_certification.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_certification.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation&#10;   FROM (((((((((((((((((((((((((((((((((((((((((bdnb_v07_2025_07b.batiment_groupe batiment_groupe&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN bdnb_v07_2025_07b.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation&#10;   FROM (((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2025_07_ci_2025_07.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation&#10;   FROM (((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_code_dep.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation&#10;   FROM (((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_metrique_jo.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation&#10;   FROM (((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_00_ci_2026_00_feat_zones_sismi.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text)))); SELECT batiment_groupe.batiment_groupe_id,&#10;    batiment_groupe.code_departement_insee,&#10;    batiment_groupe.parcelle_unifiee_id,&#10;    batiment_groupe.s_geom_groupe,&#10;    batiment_groupe.code_iris,&#10;    batiment_groupe.code_commune_insee,&#10;    batiment_groupe.libelle_commune_insee,&#10;    batiment_groupe.code_epci_insee,&#10;    batiment_groupe.contient_fictive_geom_groupe,&#10;    batiment_groupe.geom_groupe,&#10;    batiment_groupe_adresse.cle_interop_adr_principale_ban,&#10;    batiment_groupe_adresse.cle_interop_adr_principale,&#10;    batiment_groupe_adresse.libelle_adr_principale_ban,&#10;    batiment_groupe_adresse.libelle_adr_principale,&#10;    batiment_groupe_adresse.nb_adresse,&#10;    batiment_groupe_adresse.nb_adresse_valid,&#10;    batiment_groupe_adresse.nb_adresse_valid_ban,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_1,&#10;    batiment_groupe_adresse.fiabilite_cr_adr_niv_2,&#10;    batiment_groupe_energie.dle_elec_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_elec_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_gaz_conso_tot_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_res_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_pro_par_m2,&#10;    batiment_groupe_energie.dle_reseau_conso_tot_par_m2,&#10;    batiment_groupe_geospx.fiabilite_emprise_sol,&#10;    batiment_groupe_geospx.fiabilite_hauteur,&#10;    batiment_groupe_geospx.fiabilite_adresse,&#10;    batiment_groupe_geospx.croisement_geospx_reussi,&#10;    batiment_groupe_proprietaire.personne_id_proprietaire_principal AS ffo_prop_personne_id_proprietaire_principal,&#10;    batiment_groupe_proprietaire.denomination_proprietaire_principal AS ffo_prop_denomination_proprietaire_principal,&#10;    batiment_groupe_proprietaire.groupe_proprietaire_principal AS ffo_prop_groupe_proprietaire_principal,&#10;    batiment_groupe_proprietaire.nb_proprietaire AS ffo_prop_nb_proprietaire,&#10;    batiment_groupe_proprietaire.nb_proprietaire_bailleur AS ffo_prop_nb_proprietaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_proprietaire_pm AS ffo_prop_nb_proprietaire_pm,&#10;    batiment_groupe_proprietaire.nb_gestionnaire AS ffo_prop_nb_gestionnaire,&#10;    batiment_groupe_proprietaire.nb_gestionaire_bailleur AS ffo_prop_nb_gestionaire_bailleur,&#10;    batiment_groupe_proprietaire.nb_gestionnaire_pm AS ffo_prop_nb_gestionnaire_pm,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_initial AS simu_dpe_indecence_energetique_initial,&#10;    batiment_groupe_simulations_dpe.indecence_energetique_renove AS simu_dpe_indecence_energetique_renove,&#10;    batiment_groupe_simulations_dpe.volume_habitable AS simu_dpe_volume_habitable,&#10;    batiment_groupe_simulations_dpe.volume_brut AS simu_dpe_volume_brut,&#10;    batiment_groupe_simulations_dpe.surface_facade_vitree AS simu_dpe_surface_facade_vitree,&#10;    batiment_groupe_simulations_dpe.surface_facade_totale AS simu_dpe_surface_facade_totale,&#10;    batiment_groupe_simulations_dpe.surface_facade_mitoyenne AS simu_dpe_surface_facade_mitoyenne,&#10;    batiment_groupe_simulations_dpe.surface_facade_ext AS simu_dpe_surface_facade_ext,&#10;    batiment_groupe_simulations_dpe.surface_enveloppe AS simu_dpe_surface_enveloppe,&#10;    batiment_groupe_simulations_dpe.surface_verticale AS simu_dpe_surface_verticale,&#10;    batiment_groupe_simulations_dpe.surface_deperditive AS simu_dpe_surface_deperditive,&#10;    batiment_groupe_simulations_dpe.surface_deperditive_verticale AS simu_dpe_surface_deperditive_verticale,&#10;    batiment_groupe_simulations_dpe.surface_toiture AS simu_dpe_surface_toiture,&#10;    batiment_groupe_simulations_dpe.sh AS simu_dpe_sh,&#10;    batiment_groupe_simulations_dpe.compacite AS simu_dpe_compacite,&#10;    batiment_groupe_simulations_dpe.compacite_verticale AS simu_dpe_compacite_verticale,&#10;    batiment_groupe_simulations_dpe.compacite_brute AS simu_dpe_compacite_brute,&#10;    batiment_groupe_simulations_dpe.compacite_verticale_brute AS simu_dpe_compacite_verticale_brute,&#10;    batiment_groupe_simulations_dpe.correction_vertical AS simu_dpe_correction_vertical,&#10;    batiment_groupe_simulations_dpe.correction_surface_horizontale AS simu_dpe_correction_surface_horizontale,&#10;    batiment_groupe_simulations_dpe.correction_plancher_bas_non_deperditif AS simu_dpe_correction_plancher_bas_non_deperditif,&#10;    batiment_groupe_simulations_dpe.ratio_volume_superstructure_defaut_volume_geom AS simu_dpe_ratio_volume_superstructure_defaut_volume_geom,&#10;    batiment_groupe_simulations_dpe.summer_solar_radiation AS simu_dpe_summer_solar_radiation,&#10;    batiment_groupe_simulations_dpe.gisement_gain_conso_finale_total AS simu_dpe_gisement_gain_conso_finale_total,&#10;    batiment_groupe_simulations_dpe.gisement_gain_ges_mean AS simu_dpe_gisement_gain_ges_mean,&#10;    batiment_groupe_simulations_dpe.gisement_gain_energetique_mean AS simu_dpe_gisement_gain_energetique_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_inc AS simu_dpe_etat_initial_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_lower AS simu_dpe_etat_initial_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_mean AS simu_dpe_etat_initial_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_estim_upper AS simu_dpe_etat_initial_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_lower AS simu_dpe_etat_initial_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_mean AS simu_dpe_etat_initial_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_energie_primaire_estim_upper AS simu_dpe_etat_initial_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_consommation_ges_estim_inc AS simu_dpe_etat_initial_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_lower AS simu_dpe_etat_initial_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_mean AS simu_dpe_etat_initial_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_initial_ges_estim_upper AS simu_dpe_etat_initial_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule AS simu_dpe_etat_initial_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_initial_risque_canicule_inc AS simu_dpe_etat_initial_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_inc AS simu_dpe_etat_renove_consommation_energie_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_lower AS simu_dpe_etat_renove_consommation_energie_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_mean AS simu_dpe_etat_renove_consommation_energie_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_estim_upper AS simu_dpe_etat_renove_consommation_energie_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_lower AS simu_dpe_etat_renove_consommation_energie_primaire_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_mean AS simu_dpe_etat_renove_consommation_energie_primaire_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_energie_primaire_estim_upper AS simu_dpe_etat_renove_consommation_energie_primaire_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_consommation_ges_estim_inc AS simu_dpe_etat_renove_consommation_ges_estim_inc,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_lower AS simu_dpe_etat_renove_ges_estim_lower,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_mean AS simu_dpe_etat_renove_ges_estim_mean,&#10;    batiment_groupe_simulations_dpe.etat_renove_ges_estim_upper AS simu_dpe_etat_renove_ges_estim_upper,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule AS simu_dpe_etat_renove_risque_canicule,&#10;    batiment_groupe_simulations_dpe.etat_renove_risque_canicule_inc AS simu_dpe_etat_renove_risque_canicule_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_a AS simu_dpe_etiquette_dpe_initial_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_b AS simu_dpe_etiquette_dpe_initial_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_c AS simu_dpe_etiquette_dpe_initial_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_d AS simu_dpe_etiquette_dpe_initial_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_e AS simu_dpe_etiquette_dpe_initial_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_f AS simu_dpe_etiquette_dpe_initial_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_g AS simu_dpe_etiquette_dpe_initial_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_error AS simu_dpe_etiquette_dpe_initial_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map AS simu_dpe_etiquette_dpe_initial_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd AS simu_dpe_etiquette_dpe_initial_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_prob AS simu_dpe_etiquette_dpe_initial_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_map_2nd_prob AS simu_dpe_etiquette_dpe_initial_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_initial_inc AS simu_dpe_etiquette_dpe_initial_inc,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_a AS simu_dpe_etiquette_dpe_renove_a,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_b AS simu_dpe_etiquette_dpe_renove_b,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_c AS simu_dpe_etiquette_dpe_renove_c,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_d AS simu_dpe_etiquette_dpe_renove_d,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_e AS simu_dpe_etiquette_dpe_renove_e,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_f AS simu_dpe_etiquette_dpe_renove_f,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_g AS simu_dpe_etiquette_dpe_renove_g,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_error AS simu_dpe_etiquette_dpe_renove_error,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map AS simu_dpe_etiquette_dpe_renove_map,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd AS simu_dpe_etiquette_dpe_renove_map_2nd,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_prob AS simu_dpe_etiquette_dpe_renove_map_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_map_2nd_prob AS simu_dpe_etiquette_dpe_renove_map_2nd_prob,&#10;    batiment_groupe_simulations_dpe.etiquette_dpe_renove_inc AS simu_dpe_etiquette_dpe_renove_inc,&#10;    batiment_groupe_simulations_dvf.usage_niveau_1_txt AS simu_dvf_usage_niveau_1_txt,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_lower AS simu_dvf_valeur_fonciere_etat_initial_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_mean AS simu_dvf_valeur_fonciere_etat_initial_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_estim_upper AS simu_dvf_valeur_fonciere_etat_initial_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_initial_incertitude AS simu_dvf_valeur_fonciere_etat_initial_incertitude,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_lower AS simu_dvf_valeur_fonciere_etat_renove_estim_lower,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_mean AS simu_dvf_valeur_fonciere_etat_renove_estim_mean,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_estim_upper AS simu_dvf_valeur_fonciere_etat_renove_estim_upper,&#10;    batiment_groupe_simulations_dvf.valeur_fonciere_etat_renove_incertitude AS simu_dvf_valeur_fonciere_etat_renove_incertitude,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_initial AS simu_dvf_classe_dpe_conso_initial,&#10;    batiment_groupe_simulations_dvf.classe_dpe_conso_renove AS simu_dvf_classe_dpe_conso_renove,&#10;    batiment_groupe_simulations_dvf.r2 AS simu_dvf_r2,&#10;    batiment_groupe_simulations_dvf.difference_abs_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_etat_initial_renove_categorie AS simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_initial_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris,&#10;    batiment_groupe_simulations_dvf.difference_rel_valeur_fonciere_renove_mean_iris AS simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris,&#10;    batiment_groupe_simulations_valeur_verte.renovation AS simu_dvf_renovation,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_b_vers_a AS simu_dvf_gain_classe_b_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_a AS simu_dvf_gain_classe_c_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_c_vers_b AS simu_dvf_gain_classe_c_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_a AS simu_dvf_gain_classe_d_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_b AS simu_dvf_gain_classe_d_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_d_vers_c AS simu_dvf_gain_classe_d_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_a AS simu_dvf_gain_classe_e_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_b AS simu_dvf_gain_classe_e_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_c AS simu_dvf_gain_classe_e_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_e_vers_d AS simu_dvf_gain_classe_e_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_a AS simu_dvf_gain_classe_f_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_b AS simu_dvf_gain_classe_f_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_c AS simu_dvf_gain_classe_f_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_d AS simu_dvf_gain_classe_f_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_f_vers_e AS simu_dvf_gain_classe_f_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_a AS simu_dvf_gain_classe_g_vers_a,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_b AS simu_dvf_gain_classe_g_vers_b,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_c AS simu_dvf_gain_classe_g_vers_c,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_d AS simu_dvf_gain_classe_g_vers_d,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_e AS simu_dvf_gain_classe_g_vers_e,&#10;    batiment_groupe_simulations_valeur_verte.gain_classe_g_vers_f AS simu_dvf_gain_classe_g_vers_f,&#10;    batiment_groupe_synthese_enveloppe.source_information_principale AS enveloppe_source_information_principale,&#10;    batiment_groupe_synthese_enveloppe.score_fiabilite AS enveloppe_score_fiabilite,&#10;    batiment_groupe_synthese_enveloppe.type_batiment_dpe AS enveloppe_type_batiment_dpe,&#10;    batiment_groupe_synthese_enveloppe.type_vitrage AS enveloppe_type_vitrage,&#10;    batiment_groupe_synthese_enveloppe.type_materiaux_menuiserie AS enveloppe_type_materiaux_menuiserie,&#10;    batiment_groupe_synthese_enveloppe.type_gaz_lame AS enveloppe_type_gaz_lame,&#10;    batiment_groupe_synthese_enveloppe.type_fermeture AS enveloppe_type_fermeture,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_lame AS enveloppe_epaisseur_lame,&#10;    batiment_groupe_synthese_enveloppe.vitrage_vir AS enveloppe_vitrage_vir,&#10;    batiment_groupe_synthese_enveloppe.traversant AS enveloppe_traversant,&#10;    batiment_groupe_synthese_enveloppe.u_baie_vitree AS enveloppe_u_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.uw AS enveloppe_uw,&#10;    batiment_groupe_synthese_enveloppe.facteur_solaire_baie_vitree AS enveloppe_facteur_solaire_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.presence_balcon AS enveloppe_presence_balcon,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_baie_vitree AS enveloppe_l_orientation_baie_vitree,&#10;    batiment_groupe_synthese_enveloppe.pourcentage_surface_baie_vitree_exterieur AS enveloppe_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_mur_exterieur AS enveloppe_type_isolation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_isolation_mur_exterieur_estim AS enveloppe_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur AS enveloppe_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.materiaux_structure_mur_exterieur_simplifie AS enveloppe_materiaux_structure_mur_exterieur_simplifie,&#10;    batiment_groupe_synthese_enveloppe.epaisseur_structure_mur_exterieur AS enveloppe_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.u_mur_exterieur AS enveloppe_u_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_mur AS enveloppe_l_local_non_chauffe_mur,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_mur AS enveloppe_local_non_chauffe_principal_mur,&#10;    batiment_groupe_synthese_enveloppe.l_orientation_mur_exterieur AS enveloppe_l_orientation_mur_exterieur,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_bas AS enveloppe_type_isolation_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_bas_deperditif AS enveloppe_type_plancher_bas_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_final_deperditif AS enveloppe_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_bas_brut_deperditif AS enveloppe_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_bas AS enveloppe_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_bas AS enveloppe_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_bas AS enveloppe_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_synthese_enveloppe.type_isolation_plancher_haut AS enveloppe_type_isolation_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_plancher_haut_deperditif AS enveloppe_type_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.u_plancher_haut_deperditif AS enveloppe_u_plancher_haut_deperditif,&#10;    batiment_groupe_synthese_enveloppe.l_local_non_chauffe_plancher_haut AS enveloppe_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.local_non_chauffe_principal_plancher_haut AS enveloppe_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.type_adjacence_principal_plancher_haut AS enveloppe_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_synthese_enveloppe.materiaux_toiture_simplifie AS enveloppe_materiaux_toiture_simplifie,&#10;    batiment_groupe_synthese_enveloppe.type_porte AS enveloppe_type_porte,&#10;    batiment_groupe_synthese_enveloppe.u_porte AS enveloppe_u_porte,&#10;    batiment_groupe_synthese_enveloppe.classe_inertie AS enveloppe_classe_inertie,&#10;    batiment_groupe_synthese_periode_construction.periode_construction_probable AS periode_construction_periode_construction_probable,&#10;    batiment_groupe_synthese_periode_construction.source AS periode_construction_source,&#10;    batiment_groupe_synthese_periode_construction.fiabilite AS periode_construction_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.source_information_principale AS systeme_energetique_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_logement.score_fiabilite AS systeme_energetique_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_batiment_dpe AS systeme_energetique_type_batiment_dpe,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_chauffage AS systeme_energetique_type_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage AS systeme_energetique_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage AS systeme_energetique_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete AS systeme_energetique_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_chauffage_appoint AS systeme_energetique_type_energie_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_appoint AS systeme_energetique_type_generateur_chauffage_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_chauffage_anciennete_appoint AS systeme_energetique_type_generateur_chauffage_anciennete_appoin,&#10;    batiment_groupe_synthese_systeme_energetique_logement.chauffage_solaire AS systeme_energetique_chauffage_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_chauffage AS systeme_energetique_nb_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_chauffage AS systeme_energetique_nb_installation_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_chauffage AS systeme_energetique_l_type_generateur_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_climatisation AS systeme_energetique_type_energie_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation AS systeme_energetique_type_generateur_climatisation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_climatisation_anciennete AS systeme_energetique_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_installation_ecs AS systeme_energetique_type_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs AS systeme_energetique_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs AS systeme_energetique_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete AS systeme_energetique_type_generateur_ecs_anciennete,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_energie_ecs_appoint AS systeme_energetique_type_energie_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_appoint AS systeme_energetique_type_generateur_ecs_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_generateur_ecs_anciennete_appoint AS systeme_energetique_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_synthese_systeme_energetique_logement.ecs_solaire AS systeme_energetique_ecs_solaire,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_generateur_ecs AS systeme_energetique_nb_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.nb_installation_ecs AS systeme_energetique_nb_installation_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.l_type_generateur_ecs AS systeme_energetique_l_type_generateur_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_ventilation AS systeme_energetique_type_ventilation,&#10;    batiment_groupe_synthese_systeme_energetique_logement.type_production_energie_renouvelable AS systeme_energetique_type_production_energie_renouvelable,&#10;    batiment_groupe_bdtopo_bat.l_nature AS bdtopo_bat_l_nature,&#10;    batiment_groupe_bdtopo_bat.l_usage_1 AS bdtopo_bat_l_usage_1,&#10;    batiment_groupe_bdtopo_bat.l_usage_2 AS bdtopo_bat_l_usage_2,&#10;    batiment_groupe_bdtopo_bat.l_etat AS bdtopo_bat_l_etat,&#10;    batiment_groupe_bdtopo_bat.hauteur_mean AS bdtopo_bat_hauteur_mean,&#10;    batiment_groupe_bdtopo_bat.max_hauteur AS bdtopo_bat_max_hauteur,&#10;    batiment_groupe_bdtopo_bat.altitude_sol_mean AS bdtopo_bat_altitude_sol_mean,&#10;    batiment_groupe_bdtopo_equ.l_nature AS bdtopo_equ_l_nature,&#10;    batiment_groupe_bdtopo_equ.l_nature_detaillee AS bdtopo_equ_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_equ.l_toponyme AS bdtopo_equ_l_toponyme,&#10;    batiment_groupe_bdtopo_zoac.l_nature AS bdtopo_zoa_l_nature,&#10;    batiment_groupe_bdtopo_zoac.l_nature_detaillee AS bdtopo_zoa_l_nature_detaillee,&#10;    batiment_groupe_bdtopo_zoac.l_toponyme AS bdtopo_zoa_l_toponyme,&#10;    batiment_groupe_bpe.l_type_equipement AS bpe_l_type_equipement,&#10;    batiment_groupe_delimitation_enveloppe.delimitation_enveloppe_dict,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_res AS dle_elec_2020_nb_pdl_res,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_pro AS dle_elec_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_elec_2020.nb_pdl_tot AS dle_elec_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res AS dle_elec_2020_conso_res,&#10;    batiment_groupe_dle_elec_2020.conso_pro AS dle_elec_2020_conso_pro,&#10;    batiment_groupe_dle_elec_2020.conso_tot AS dle_elec_2020_conso_tot,&#10;    batiment_groupe_dle_elec_2020.conso_res_par_pdl AS dle_elec_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_pro_par_pdl AS dle_elec_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_elec_2020.conso_tot_par_pdl AS dle_elec_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_res AS dle_gaz_2020_nb_pdl_res,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_pro AS dle_gaz_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_gaz_2020.nb_pdl_tot AS dle_gaz_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res AS dle_gaz_2020_conso_res,&#10;    batiment_groupe_dle_gaz_2020.conso_pro AS dle_gaz_2020_conso_pro,&#10;    batiment_groupe_dle_gaz_2020.conso_tot AS dle_gaz_2020_conso_tot,&#10;    batiment_groupe_dle_gaz_2020.conso_res_par_pdl AS dle_gaz_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_pro_par_pdl AS dle_gaz_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_gaz_2020.conso_tot_par_pdl AS dle_gaz_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_res AS dle_reseaux_2020_nb_pdl_res,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_pro AS dle_reseaux_2020_nb_pdl_pro,&#10;    batiment_groupe_dle_reseaux_2020.nb_pdl_tot AS dle_reseaux_2020_nb_pdl_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res AS dle_reseaux_2020_conso_res,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro AS dle_reseaux_2020_conso_pro,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot AS dle_reseaux_2020_conso_tot,&#10;    batiment_groupe_dle_reseaux_2020.conso_res_par_pdl AS dle_reseaux_2020_conso_res_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_pro_par_pdl AS dle_reseaux_2020_conso_pro_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.conso_tot_par_pdl AS dle_reseaux_2020_conso_tot_par_pdl,&#10;    batiment_groupe_dle_reseaux_2020.identifiant_reseau AS dle_reseaux_2020_identifiant_reseau,&#10;    batiment_groupe_dle_reseaux_2020.type_reseau AS dle_reseaux_2020_type_reseau,&#10;    batiment_groupe_dpe_representatif_logement.identifiant_dpe AS dpe_mix_arrete_identifiant_dpe,&#10;    batiment_groupe_dpe_representatif_logement.arrete_2021 AS dpe_mix_arrete_arrete_2021,&#10;    batiment_groupe_dpe_representatif_logement.type_dpe AS dpe_mix_arrete_type_dpe,&#10;    batiment_groupe_dpe_representatif_logement.type_batiment_dpe AS dpe_mix_arrete_type_batiment_dpe,&#10;    batiment_groupe_dpe_representatif_logement.periode_construction_dpe AS dpe_mix_arrete_periode_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.annee_construction_dpe AS dpe_mix_arrete_annee_construction_dpe,&#10;    batiment_groupe_dpe_representatif_logement.version AS dpe_mix_arrete_version,&#10;    batiment_groupe_dpe_representatif_logement.date_etablissement_dpe AS dpe_mix_arrete_date_etablissement_dpe,&#10;    batiment_groupe_dpe_representatif_logement.date_reception_dpe AS dpe_mix_arrete_date_reception_dpe,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_logement AS dpe_mix_arrete_nombre_niveau_logement,&#10;    batiment_groupe_dpe_representatif_logement.nombre_niveau_immeuble AS dpe_mix_arrete_nombre_niveau_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_immeuble AS dpe_mix_arrete_surface_habitable_immeuble,&#10;    batiment_groupe_dpe_representatif_logement.surface_habitable_logement AS dpe_mix_arrete_surface_habitable_logement,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ep_m2 AS dpe_mix_arrete_conso_5_usages_ep_m2,&#10;    batiment_groupe_dpe_representatif_logement.conso_5_usages_ef_m2 AS dpe_mix_arrete_conso_5_usages_ef_m2,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_5_usages_m2 AS dpe_mix_arrete_emission_ges_5_usages_m2,&#10;    batiment_groupe_dpe_representatif_logement.classe_bilan_dpe AS dpe_mix_arrete_classe_bilan_dpe,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges AS dpe_mix_arrete_classe_emission_ges,&#10;    batiment_groupe_dpe_representatif_logement.classe_conso_energie_arrete_2012 AS dpe_mix_arrete_classe_conso_energie_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.classe_emission_ges_arrete_2012 AS dpe_mix_arrete_classe_emission_ges_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.conso_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.emission_ges_3_usages_ep_m2_arrete_2012 AS dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_chauffage AS dpe_mix_arrete_type_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage AS dpe_mix_arrete_type_energie_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage AS dpe_mix_arrete_type_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete AS dpe_mix_arrete_type_generateur_chauffage_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_chauffage_appoint AS dpe_mix_arrete_type_energie_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_appoint AS dpe_mix_arrete_type_generateur_chauffage_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_chauffage_anciennete_appoint AS dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.chauffage_solaire AS dpe_mix_arrete_chauffage_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_chauffage AS dpe_mix_arrete_nb_generateur_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_chauffage AS dpe_mix_arrete_nb_installation_chauffage,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_climatisation AS dpe_mix_arrete_type_energie_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation AS dpe_mix_arrete_type_generateur_climatisation,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_climatisation_anciennete AS dpe_mix_arrete_type_generateur_climatisation_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_installation_ecs AS dpe_mix_arrete_type_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs AS dpe_mix_arrete_type_energie_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs AS dpe_mix_arrete_type_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete AS dpe_mix_arrete_type_generateur_ecs_anciennete,&#10;    batiment_groupe_dpe_representatif_logement.type_energie_ecs_appoint AS dpe_mix_arrete_type_energie_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_appoint AS dpe_mix_arrete_type_generateur_ecs_appoint,&#10;    batiment_groupe_dpe_representatif_logement.type_generateur_ecs_anciennete_appoint AS dpe_mix_arrete_type_generateur_ecs_anciennete_appoint,&#10;    batiment_groupe_dpe_representatif_logement.ecs_solaire AS dpe_mix_arrete_ecs_solaire,&#10;    batiment_groupe_dpe_representatif_logement.nb_generateur_ecs AS dpe_mix_arrete_nb_generateur_ecs,&#10;    batiment_groupe_dpe_representatif_logement.nb_installation_ecs AS dpe_mix_arrete_nb_installation_ecs,&#10;    batiment_groupe_dpe_representatif_logement.plusieurs_facade_exposee AS dpe_mix_arrete_plusieurs_facade_exposee,&#10;    batiment_groupe_dpe_representatif_logement.type_ventilation AS dpe_mix_arrete_type_ventilation,&#10;    batiment_groupe_dpe_representatif_logement.type_production_energie_renouvelable AS dpe_mix_arrete_type_production_energie_renouvelable,&#10;    batiment_groupe_dpe_representatif_logement.type_vitrage AS dpe_mix_arrete_type_vitrage,&#10;    batiment_groupe_dpe_representatif_logement.type_materiaux_menuiserie AS dpe_mix_arrete_type_materiaux_menuiserie,&#10;    batiment_groupe_dpe_representatif_logement.type_gaz_lame AS dpe_mix_arrete_type_gaz_lame,&#10;    batiment_groupe_dpe_representatif_logement.type_fermeture AS dpe_mix_arrete_type_fermeture,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_lame AS dpe_mix_arrete_epaisseur_lame,&#10;    batiment_groupe_dpe_representatif_logement.vitrage_vir AS dpe_mix_arrete_vitrage_vir,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_nord AS dpe_mix_arrete_surface_vitree_nord,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_sud AS dpe_mix_arrete_surface_vitree_sud,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_ouest AS dpe_mix_arrete_surface_vitree_ouest,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_est AS dpe_mix_arrete_surface_vitree_est,&#10;    batiment_groupe_dpe_representatif_logement.surface_vitree_horizontal AS dpe_mix_arrete_surface_vitree_horizontal,&#10;    batiment_groupe_dpe_representatif_logement.traversant AS dpe_mix_arrete_traversant,&#10;    batiment_groupe_dpe_representatif_logement.u_baie_vitree AS dpe_mix_arrete_u_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.uw AS dpe_mix_arrete_uw,&#10;    batiment_groupe_dpe_representatif_logement.facteur_solaire_baie_vitree AS dpe_mix_arrete_facteur_solaire_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.presence_balcon AS dpe_mix_arrete_presence_balcon,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_baie_vitree AS dpe_mix_arrete_l_orientation_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.pourcentage_surface_baie_vitree_exterieur AS dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_mur_exterieur AS dpe_mix_arrete_type_isolation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_isolation_mur_exterieur_estim AS dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim,&#10;    batiment_groupe_dpe_representatif_logement.materiaux_structure_mur_exterieur AS dpe_mix_arrete_materiaux_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.epaisseur_structure_mur_exterieur AS dpe_mix_arrete_epaisseur_structure_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_totale AS dpe_mix_arrete_surface_mur_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_exterieur AS dpe_mix_arrete_surface_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.surface_mur_deperditif AS dpe_mix_arrete_surface_mur_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_mur_exterieur AS dpe_mix_arrete_u_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_mur AS dpe_mix_arrete_l_local_non_chauffe_mur,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_mur AS dpe_mix_arrete_local_non_chauffe_principal_mur,&#10;    batiment_groupe_dpe_representatif_logement.l_orientation_mur_exterieur AS dpe_mix_arrete_l_orientation_mur_exterieur,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_bas AS dpe_mix_arrete_type_isolation_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_bas_deperditif AS dpe_mix_arrete_type_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_totale AS dpe_mix_arrete_surface_plancher_bas_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_bas_deperditif AS dpe_mix_arrete_surface_plancher_bas_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_final_deperditif AS dpe_mix_arrete_u_plancher_bas_final_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_bas_brut_deperditif AS dpe_mix_arrete_u_plancher_bas_brut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_bas AS dpe_mix_arrete_l_local_non_chauffe_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_bas AS dpe_mix_arrete_local_non_chauffe_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_bas AS dpe_mix_arrete_type_adjacence_principal_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.type_isolation_plancher_haut AS dpe_mix_arrete_type_isolation_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_plancher_haut_deperditif AS dpe_mix_arrete_type_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_totale AS dpe_mix_arrete_surface_plancher_haut_totale,&#10;    batiment_groupe_dpe_representatif_logement.surface_plancher_haut_deperditif AS dpe_mix_arrete_surface_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.u_plancher_haut_deperditif AS dpe_mix_arrete_u_plancher_haut_deperditif,&#10;    batiment_groupe_dpe_representatif_logement.l_local_non_chauffe_plancher_haut AS dpe_mix_arrete_l_local_non_chauffe_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.local_non_chauffe_principal_plancher_haut AS dpe_mix_arrete_local_non_chauffe_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_adjacence_principal_plancher_haut AS dpe_mix_arrete_type_adjacence_principal_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.type_porte AS dpe_mix_arrete_type_porte,&#10;    batiment_groupe_dpe_representatif_logement.surface_porte AS dpe_mix_arrete_surface_porte,&#10;    batiment_groupe_dpe_representatif_logement.u_porte AS dpe_mix_arrete_u_porte,&#10;    batiment_groupe_dpe_representatif_logement.classe_inertie AS dpe_mix_arrete_classe_inertie,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_mur AS dpe_mix_arrete_deperdition_mur,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_baie_vitree AS dpe_mix_arrete_deperdition_baie_vitree,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_bas AS dpe_mix_arrete_deperdition_plancher_bas,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_plancher_haut AS dpe_mix_arrete_deperdition_plancher_haut,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_pont_thermique AS dpe_mix_arrete_deperdition_pont_thermique,&#10;    batiment_groupe_dpe_representatif_logement.deperdition_porte AS dpe_mix_arrete_deperdition_porte,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_a AS dpe_mix_arrete_nb_classe_bilan_dpe_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_b AS dpe_mix_arrete_nb_classe_bilan_dpe_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_c AS dpe_mix_arrete_nb_classe_bilan_dpe_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_d AS dpe_mix_arrete_nb_classe_bilan_dpe_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_e AS dpe_mix_arrete_nb_classe_bilan_dpe_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_f AS dpe_mix_arrete_nb_classe_bilan_dpe_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_bilan_dpe_g AS dpe_mix_arrete_nb_classe_bilan_dpe_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_a AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_b AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_c AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_d AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_e AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_f AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_g AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g,&#10;    batiment_groupe_dpe_statistique_logement.nb_classe_conso_energie_arrete_2012_nc AS dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc,&#10;    batiment_groupe_dvf.valeur_fonciere_min AS dv3f_valeur_fonciere_min,&#10;    batiment_groupe_dvf.valeur_fonciere_max AS dv3f_valeur_fonciere_max,&#10;    batiment_groupe_dvf.valeur_fonciere_med AS dv3f_valeur_fonciere_med,&#10;    batiment_groupe_dvf.valeur_fonciere_mean AS dv3f_valeur_fonciere_mean,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t1 AS dv3f_valeur_fonciere_mean_t1,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t2 AS dv3f_valeur_fonciere_mean_t2,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t3 AS dv3f_valeur_fonciere_mean_t3,&#10;    batiment_groupe_dvf.valeur_fonciere_mean_t4sup AS dv3f_valeur_fonciere_mean_t4sup,&#10;    batiment_groupe_dvf.nb_mutation_annee AS dv3f_nb_mutation_annee,&#10;    batiment_groupe_dvf.nb_loc AS dv3f_nb_loc,&#10;    batiment_groupe_dvf.nb_log AS dv3f_nb_log,&#10;    batiment_groupe_dvf.nb_log_soc AS dv3f_nb_log_soc,&#10;    batiment_groupe_dvf_logtype.id_locmut AS dv3f_id_locmut,&#10;    batiment_groupe_dvf_logtype.local_id AS dv3f_local_id,&#10;    batiment_groupe_dvf_logtype.id_mutation AS dv3f_id_mutation,&#10;    batiment_groupe_dvf_logtype.usage_simple AS dv3f_usage_simple,&#10;    batiment_groupe_dvf_logtype.usage_simple_txt AS dv3f_usage_simple_txt,&#10;    batiment_groupe_dvf_logtype.usage_detail AS dv3f_usage_detail,&#10;    batiment_groupe_dvf_logtype.usage_detail_txt AS dv3f_usage_detail_txt,&#10;    batiment_groupe_dvf_logtype.code_naf AS dv3f_code_naf,&#10;    batiment_groupe_dvf_logtype.code_naf_txt AS dv3f_code_naf_txt,&#10;    batiment_groupe_dvf_logtype.bureau AS dv3f_bureau,&#10;    batiment_groupe_dvf_logtype.habitation AS dv3f_habitation,&#10;    batiment_groupe_dvf_logtype.logsoc AS dv3f_logsoc,&#10;    batiment_groupe_dvf_logtype.vacant AS dv3f_vacant,&#10;    batiment_groupe_dvf_logtype.s_bati AS dv3f_s_bati,&#10;    batiment_groupe_dvf_logtype.s_hab AS dv3f_s_hab,&#10;    batiment_groupe_dvf_logtype.s_dep AS dv3f_s_dep,&#10;    batiment_groupe_dvf_logtype.s_pro AS dv3f_s_pro,&#10;    batiment_groupe_dvf_logtype.nb_salle_a_mange AS dv3f_nb_salle_a_mange,&#10;    batiment_groupe_dvf_logtype.nb_chambre AS dv3f_nb_chambre,&#10;    batiment_groupe_dvf_logtype.nb_kitchenette AS dv3f_nb_kitchenette,&#10;    batiment_groupe_dvf_logtype.nb_cuisine AS dv3f_nb_cuisine,&#10;    batiment_groupe_dvf_logtype.nb_salle_d_eau AS dv3f_nb_salle_d_eau,&#10;    batiment_groupe_dvf_logtype.nb_annexe AS dv3f_nb_annexe,&#10;    batiment_groupe_dvf_logtype.nb_piece_principale AS dv3f_nb_piece_principale,&#10;    batiment_groupe_dvf_logtype.nb_dep AS dv3f_nb_dep,&#10;    batiment_groupe_dvf_logtype.nb_garage AS dv3f_nb_garage,&#10;    batiment_groupe_dvf_logtype.nb_agrement AS dv3f_nb_agrement,&#10;    batiment_groupe_dvf_logtype.nb_terrasse AS dv3f_nb_terrasse,&#10;    batiment_groupe_dvf_logtype.nb_piscine AS dv3f_nb_piscine,&#10;    batiment_groupe_dvf_logtype.nb_cave_cellier_remise AS dv3f_nb_cave_cellier_remise,&#10;    batiment_groupe_dvf_logtype.annee_constr AS dv3f_annee_constr,&#10;    batiment_groupe_dvf_logtype.etage AS dv3f_etage,&#10;    batiment_groupe_dvf_logtype.valeur_loc AS dv3f_valeur_loc,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_hab AS dv3f_valeur_fonciere_par_m2_hab,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_bati AS dv3f_valeur_fonciere_par_m2_bati,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_par_m2_terrain AS dv3f_valeur_fonciere_par_m2_terrain,&#10;    batiment_groupe_dvf_logtype.valeur_fonciere_brute AS dv3f_valeur_fonciere_brute,&#10;    batiment_groupe_dvf_logtype.s_hab_mutation AS dv3f_s_hab_mutation,&#10;    batiment_groupe_dvf_logtype.s_bati_mutation AS dv3f_s_bati_mutation,&#10;    batiment_groupe_dvf_logtype.s_terrain_mutation AS dv3f_s_terrain_mutation,&#10;    batiment_groupe_dvf_logtype.date_mutation AS dv3f_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.id_opendata AS dvf_open_id_opendata,&#10;    batiment_groupe_dvf_open_representatif.valeur_fonciere AS dvf_open_valeur_fonciere,&#10;    batiment_groupe_dvf_open_representatif.date_mutation AS dvf_open_date_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_mutee_mutation AS dvf_open_nb_locaux_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_maison_mutee_mutation AS dvf_open_nb_maison_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_appartement_mutee_mutation AS dvf_open_nb_appartement_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_dependance_mutee_mutation AS dvf_open_nb_dependance_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.nb_locaux_tertiaire_mutee_mutation AS dvf_open_nb_locaux_tertiaire_mutee_mutation,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_individuelle AS dvf_open_surface_bati_mutee_residencielle_individuelle,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_residencielle_collective AS dvf_open_surface_bati_mutee_residencielle_collective,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_dependance AS dvf_open_surface_bati_mutee_dependance,&#10;    batiment_groupe_dvf_open_representatif.surface_bati_mutee_tertiaire AS dvf_open_surface_bati_mutee_tertiaire,&#10;    batiment_groupe_dvf_open_representatif.surface_terrain_mutee AS dvf_open_surface_terrain_mutee,&#10;    batiment_groupe_dvf_open_representatif.nb_piece_principale AS dvf_open_nb_piece_principale,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_local AS dvf_open_prix_m2_local,&#10;    batiment_groupe_dvf_open_representatif.prix_m2_terrain AS dvf_open_prix_m2_terrain,&#10;    batiment_groupe_dvf_open_statistique.nb_mutation AS dvf_open_nb_mutation,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_median AS dvf_open_valeur_fonciere_median,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_moyenne AS dvf_open_valeur_fonciere_moyenne,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_max AS dvf_open_valeur_fonciere_max,&#10;    batiment_groupe_dvf_open_statistique.valeur_fonciere_min AS dvf_open_valeur_fonciere_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_median AS dvf_open_prix_m2_local_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_moyen AS dvf_open_prix_m2_local_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_max AS dvf_open_prix_m2_local_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_local_min AS dvf_open_prix_m2_local_min,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_median AS dvf_open_prix_m2_terrain_median,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_moyen AS dvf_open_prix_m2_terrain_moyen,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_max AS dvf_open_prix_m2_terrain_max,&#10;    batiment_groupe_dvf_open_statistique.prix_m2_terrain_min AS dvf_open_prix_m2_terrain_min,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_mutee AS dvf_open_nb_locaux_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_maisons_mutee AS dvf_open_nb_maisons_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_appartement_mutee AS dvf_open_nb_appartement_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_dependance_mutee AS dvf_open_nb_dependance_mutee,&#10;    batiment_groupe_dvf_open_statistique.nb_locaux_tertiaire_mutee AS dvf_open_nb_locaux_tertiaire_mutee,&#10;    batiment_groupe_exposition_bruit_logement_social.l_denomination_bailleur_social,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.exposition_bruit_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_bruit_rte_et_ou_fer,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_zone_prioritaire_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_routier,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.nb_logement_social_expose_aeroport,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_routier_et_ou_ferroviaire,&#10;    batiment_groupe_exposition_bruit_logement_social.type_exposition_bruit_simplifie,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite_sans_park_incorp AS ffo_bat_emprise_sol_deduite_sans_park_incorp,&#10;    batiment_groupe_ffo_bat.presence_ch_central AS ffo_bat_presence_ch_central,&#10;    batiment_groupe_ffo_bat.raccord_eau AS ffo_bat_raccord_eau,&#10;    batiment_groupe_ffo_bat.raccord_egout AS ffo_bat_raccord_egout,&#10;    batiment_groupe_ffo_bat.raccord_elec AS ffo_bat_raccord_elec,&#10;    batiment_groupe_ffo_bat.l_loc_sec_txt AS ffo_bat_l_loc_sec_txt,&#10;    batiment_groupe_ffo_bat.l_pev_etat_entretien AS ffo_bat_l_pev_etat_entretien,&#10;    batiment_groupe_ffo_bat.mat_mur AS ffo_bat_mat_mur,&#10;    batiment_groupe_ffo_bat.mat_toit AS ffo_bat_mat_toit,&#10;    batiment_groupe_ffo_bat.nb_adresse AS ffo_bat_nb_adresse,&#10;    batiment_groupe_ffo_bat.nb_baignoire AS ffo_bat_nb_baignoire,&#10;    batiment_groupe_ffo_bat.nb_douche AS ffo_bat_nb_douche,&#10;    batiment_groupe_ffo_bat.nb_niveau AS ffo_bat_nb_niveau,&#10;    batiment_groupe_ffo_bat.nb_lavabo AS ffo_bat_nb_lavabo,&#10;    batiment_groupe_ffo_bat.nb_loc_burx AS ffo_bat_nb_loc_burx,&#10;    batiment_groupe_ffo_bat.nb_loc_com_sec AS ffo_bat_nb_loc_com_sec,&#10;    batiment_groupe_ffo_bat.nb_loc_com_ter AS ffo_bat_nb_loc_com_ter,&#10;    batiment_groupe_ffo_bat.nb_loc_hab AS ffo_bat_nb_loc_hab,&#10;    batiment_groupe_ffo_bat.nb_log_loue AS ffo_bat_nb_log_loue,&#10;    batiment_groupe_ffo_bat.nb_log_loue_meuble AS ffo_bat_nb_log_loue_meuble,&#10;    batiment_groupe_ffo_bat.nb_log_loue_autre AS ffo_bat_nb_log_loue_autre,&#10;    batiment_groupe_ffo_bat.nb_log_occ_prop AS ffo_bat_nb_log_occ_prop,&#10;    batiment_groupe_ffo_bat.nb_log_pevph AS ffo_bat_nb_log_pevph,&#10;    batiment_groupe_ffo_bat.nb_pev_pro AS ffo_bat_nb_pev_pro,&#10;    batiment_groupe_ffo_bat.nb_piece_annexe AS ffo_bat_nb_piece_annexe,&#10;    batiment_groupe_ffo_bat.nb_piece_tx AS ffo_bat_nb_piece_tx,&#10;    batiment_groupe_ffo_bat.nb_piscine AS ffo_bat_nb_piscine,&#10;    batiment_groupe_ffo_bat.nb_sdb AS ffo_bat_nb_sdb,&#10;    batiment_groupe_ffo_bat.nb_wc AS ffo_bat_nb_wc,&#10;    batiment_groupe_ffo_bat.s_dep_non_incorp AS ffo_bat_s_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_appt AS ffo_bat_s_loc_appt,&#10;    batiment_groupe_ffo_bat.s_loc_com AS ffo_bat_s_loc_com,&#10;    batiment_groupe_ffo_bat.s_loc_dep_incorp AS ffo_bat_s_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_dep_non_incorp AS ffo_bat_s_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_avec_dep AS ffo_bat_s_loc_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep_inc AS ffo_bat_s_loc_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_loc_hors_sol_non_dep AS ffo_bat_s_loc_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_loc_mi AS ffo_bat_s_loc_mi,&#10;    batiment_groupe_ffo_bat.s_loc_pro_princetdepcouv AS ffo_bat_s_loc_pro_princetdepcouv,&#10;    batiment_groupe_ffo_bat.s_log_hlm AS ffo_bat_s_log_hlm,&#10;    batiment_groupe_ffo_bat.s_log_sem AS ffo_bat_s_log_sem,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_avec_dep AS ffo_bat_s_max_hors_sol_avec_dep,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep_inc AS ffo_bat_s_max_hors_sol_non_dep_inc,&#10;    batiment_groupe_ffo_bat.s_max_hors_sol_non_dep AS ffo_bat_s_max_hors_sol_non_dep,&#10;    batiment_groupe_ffo_bat.s_pev_dep AS ffo_bat_s_pev_dep,&#10;    batiment_groupe_ffo_bat.s_pev_pro AS ffo_bat_s_pev_pro,&#10;    batiment_groupe_ffo_bat.annee_construction AS ffo_bat_annee_construction,&#10;    batiment_groupe_ffo_bat.emprise_sol_deduite AS ffo_bat_emprise_sol_deduite,&#10;    batiment_groupe_ffo_bat.presence_ascenseur AS ffo_bat_presence_ascenseur,&#10;    batiment_groupe_ffo_bat.presence_bureau AS ffo_bat_presence_bureau,&#10;    batiment_groupe_ffo_bat.presence_escalier AS ffo_bat_presence_escalier,&#10;    batiment_groupe_ffo_bat.raccord_gaz AS ffo_bat_raccord_gaz,&#10;    batiment_groupe_ffo_bat.presence_sous_sol AS ffo_bat_presence_sous_sol,&#10;    batiment_groupe_ffo_bat.presence_videordure AS ffo_bat_presence_videordure,&#10;    batiment_groupe_ffo_bat.usage_principal AS ffo_bat_usage_principal,&#10;    batiment_groupe_ffo_bat.usage_niveau_1 AS ffo_bat_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.usage_niveau_1_txt AS ffo_bat_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_2 AS ffo_bat_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.usage_niveau_2_txt AS ffo_bat_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.usage_niveau_3 AS ffo_bat_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.usage_niveau_3_txt AS ffo_bat_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1 AS ffo_bat_l_usage_niveau_1,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_1_txt AS ffo_bat_l_usage_niveau_1_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2 AS ffo_bat_l_usage_niveau_2,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_2_txt AS ffo_bat_l_usage_niveau_2_txt,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3 AS ffo_bat_l_usage_niveau_3,&#10;    batiment_groupe_ffo_bat.l_usage_niveau_3_txt AS ffo_bat_l_usage_niveau_3_txt,&#10;    batiment_groupe_ffo_bat.l_usage_mixite AS ffo_bat_l_usage_mixite,&#10;    batiment_groupe_ffo_bat.usage_mixite_global AS ffo_bat_usage_mixite_global,&#10;    batiment_groupe_ffo_bat.l_loc_dep_incorp AS ffo_bat_l_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_dep_non_incorp AS ffo_bat_l_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.l_loc_sec AS ffo_bat_l_loc_sec,&#10;    batiment_groupe_ffo_bat.l_loc_ter AS ffo_bat_l_loc_ter,&#10;    batiment_groupe_ffo_bat.l_code_naf AS ffo_bat_l_code_naf,&#10;    batiment_groupe_ffo_bat.l_code_naf_txt AS ffo_bat_l_code_naf_txt,&#10;    batiment_groupe_ffo_bat.mat_mur_txt AS ffo_bat_mat_mur_txt,&#10;    batiment_groupe_ffo_bat.mat_toit_txt AS ffo_bat_mat_toit_txt,&#10;    batiment_groupe_ffo_bat.nb_cave_dep_incorp AS ffo_bat_nb_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garage_dep_incorp AS ffo_bat_nb_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_garpark AS ffo_bat_nb_garpark,&#10;    batiment_groupe_ffo_bat.nb_grenier_dep_incorp AS ffo_bat_nb_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc AS ffo_bat_nb_loc,&#10;    batiment_groupe_ffo_bat.nb_loc_appt AS ffo_bat_nb_loc_appt,&#10;    batiment_groupe_ffo_bat.nb_loc_com AS ffo_bat_nb_loc_com,&#10;    batiment_groupe_ffo_bat.nb_loc_com_rdc AS ffo_bat_nb_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.nb_loc_dep AS ffo_bat_nb_loc_dep,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_incorp AS ffo_bat_nb_loc_dep_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_dep_non_incorp AS ffo_bat_nb_loc_dep_non_incorp,&#10;    batiment_groupe_ffo_bat.nb_loc_maison AS ffo_bat_nb_loc_maison,&#10;    batiment_groupe_ffo_bat.nb_log AS ffo_bat_nb_log,&#10;    batiment_groupe_ffo_bat.nb_log_residence_principale AS ffo_bat_nb_log_residence_principale,&#10;    batiment_groupe_ffo_bat.nb_log_residence_secondaire AS ffo_bat_nb_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.nb_log_hlm AS ffo_bat_nb_log_hlm,&#10;    batiment_groupe_ffo_bat.nb_log_sem AS ffo_bat_nb_log_sem,&#10;    batiment_groupe_ffo_bat.nb_log_soc AS ffo_bat_nb_log_soc,&#10;    batiment_groupe_ffo_bat.nb_log_vac AS ffo_bat_nb_log_vac,&#10;    batiment_groupe_ffo_bat.nb_piece_principale AS ffo_bat_nb_piece_principale,&#10;    batiment_groupe_ffo_bat.nb_terrasse AS ffo_bat_nb_terrasse,&#10;    batiment_groupe_ffo_bat.nb_terrasse_dep_incorp AS ffo_bat_nb_terrasse_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_cave_dep_incorp AS ffo_bat_s_cave_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_dep_incorp AS ffo_bat_s_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_garage_dep_incorp AS ffo_bat_s_garage_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_grenier_dep_incorp AS ffo_bat_s_grenier_dep_incorp,&#10;    batiment_groupe_ffo_bat.s_loc_com_rdc AS ffo_bat_s_loc_com_rdc,&#10;    batiment_groupe_ffo_bat.s_loc_com_sec AS ffo_bat_s_loc_com_sec,&#10;    batiment_groupe_ffo_bat.s_loc_com_ter AS ffo_bat_s_loc_com_ter,&#10;    batiment_groupe_ffo_bat.s_loc_dep AS ffo_bat_s_loc_dep,&#10;    batiment_groupe_ffo_bat.s_loc_pro_tot AS ffo_bat_s_loc_pro_tot,&#10;    batiment_groupe_ffo_bat.s_loc_tot AS ffo_bat_s_loc_tot,&#10;    batiment_groupe_ffo_bat.s_log AS ffo_bat_s_log,&#10;    batiment_groupe_ffo_bat.s_log_residence_principale AS ffo_bat_s_log_residence_principale,&#10;    batiment_groupe_ffo_bat.s_log_residence_secondaire AS ffo_bat_s_log_residence_secondaire,&#10;    batiment_groupe_ffo_bat.s_log_soc AS ffo_bat_s_log_soc,&#10;    batiment_groupe_ffo_bat.s_terrasse_dep_incorp AS ffo_bat_s_terrasse_dep_incorp,&#10;    batiment_groupe_hthd.nb_pdl AS hthd_nb_pdl,&#10;    batiment_groupe_hthd.l_type_pdl AS hthd_l_type_pdl,&#10;    batiment_groupe_hthd.l_nom_pdl AS hthd_l_nom_pdl,&#10;    batiment_groupe_ffo_loc.locaux_immeuble_dict AS ffo_loc_locaux_immeuble_dict,&#10;    batiment_groupe_merimee.distance_batiment_historique_plus_proche AS merimee_distance_batiment_historique_plus_proche,&#10;    batiment_groupe_merimee.nom_batiment_historique_plus_proche AS merimee_nom_batiment_historique_plus_proche,&#10;    batiment_groupe_pie.l_usage_principal AS pie_l_usage_principal,&#10;    batiment_groupe_pie.l_usage_principal_detaille AS pie_l_usage_principal_detaille,&#10;    batiment_groupe_pie.erp AS pie_erp,&#10;    batiment_groupe_pie.l_designation_site AS pie_l_designation_site,&#10;    batiment_groupe_pie.l_designation_batiment_terrain AS pie_l_designation_batiment_terrain,&#10;    batiment_groupe_pie.l_occupant AS pie_l_occupant,&#10;    batiment_groupe_pie.l_ministere AS pie_l_ministere,&#10;    batiment_groupe_pie.l_libelle_occupant AS pie_l_libelle_occupant,&#10;    batiment_groupe_pie.l_proprietaire AS pie_l_proprietaire,&#10;    batiment_groupe_pie.l_libelle_proprietaire AS pie_l_libelle_proprietaire,&#10;    batiment_groupe_pie.surface AS pie_surface,&#10;    batiment_groupe_pie.annee_construction AS pie_annee_construction,&#10;    batiment_groupe_pie.etat_de_sante_minimal AS pie_etat_de_sante_minimal,&#10;    batiment_groupe_pie.tri_dechets AS pie_tri_dechets,&#10;    batiment_groupe_qpv.nom_quartier AS qpv_nom_quartier,&#10;    batiment_groupe_rnc.numero_immat_principal AS rnc_numero_immat_principal,&#10;    batiment_groupe_rnc.periode_construction_max AS rnc_periode_construction_max,&#10;    batiment_groupe_rnc.l_annee_construction AS rnc_l_annee_construction,&#10;    batiment_groupe_rnc.nb_lot_garpark AS rnc_nb_lot_garpark,&#10;    batiment_groupe_rnc.nb_lot_tot AS rnc_nb_lot_tot,&#10;    batiment_groupe_rnc.nb_log AS rnc_nb_log,&#10;    batiment_groupe_rnc.nb_lot_tertiaire AS rnc_nb_lot_tertiaire,&#10;    batiment_groupe_rnc.l_nom_copro AS rnc_l_nom_copro,&#10;    batiment_groupe_rnc.l_siret AS rnc_l_siret,&#10;    batiment_groupe_rnc.copro_dans_pvd AS rnc_copro_dans_pvd,&#10;    batiment_groupe_rpls.rpls_open AS rpls_rpls_open,&#10;    batiment_groupe_rpls.nb_classe_ener_a AS rpls_nb_classe_ener_a,&#10;    batiment_groupe_rpls.nb_classe_ener_b AS rpls_nb_classe_ener_b,&#10;    batiment_groupe_rpls.nb_classe_ener_c AS rpls_nb_classe_ener_c,&#10;    batiment_groupe_rpls.nb_classe_ener_d AS rpls_nb_classe_ener_d,&#10;    batiment_groupe_rpls.nb_classe_ener_e AS rpls_nb_classe_ener_e,&#10;    batiment_groupe_rpls.nb_classe_ener_f AS rpls_nb_classe_ener_f,&#10;    batiment_groupe_rpls.nb_classe_ener_g AS rpls_nb_classe_ener_g,&#10;    batiment_groupe_rpls.nb_classe_ener_nc AS rpls_nb_classe_ener_nc,&#10;    batiment_groupe_rpls.classe_ener_principale AS rpls_classe_ener_principale,&#10;    batiment_groupe_rpls.nb_classe_ges_a AS rpls_nb_classe_ges_a,&#10;    batiment_groupe_rpls.nb_classe_ges_b AS rpls_nb_classe_ges_b,&#10;    batiment_groupe_rpls.nb_classe_ges_c AS rpls_nb_classe_ges_c,&#10;    batiment_groupe_rpls.nb_classe_ges_d AS rpls_nb_classe_ges_d,&#10;    batiment_groupe_rpls.nb_classe_ges_e AS rpls_nb_classe_ges_e,&#10;    batiment_groupe_rpls.nb_classe_ges_f AS rpls_nb_classe_ges_f,&#10;    batiment_groupe_rpls.nb_classe_ges_g AS rpls_nb_classe_ges_g,&#10;    batiment_groupe_rpls.nb_classe_ges_nc AS rpls_nb_classe_ges_nc,&#10;    batiment_groupe_rpls.classe_ges_principale AS rpls_classe_ges_principale,&#10;    batiment_groupe_rpls.accessible_pmr AS rpls_accessible_pmr,&#10;    batiment_groupe_rpls.dans_qpv AS rpls_dans_qpv,&#10;    batiment_groupe_rpls.l_annee_construction AS rpls_l_annee_construction,&#10;    batiment_groupe_rpls.l_ident_org AS rpls_l_ident_org,&#10;    batiment_groupe_rpls.l_raison_sociale AS rpls_l_raison_sociale,&#10;    batiment_groupe_rpls.raison_sociale_principal AS rpls_raison_sociale_principal,&#10;    batiment_groupe_rpls.loyer_moyen AS rpls_loyer_moyen,&#10;    batiment_groupe_rpls.loyer_moyen_m2 AS rpls_loyer_moyen_m2,&#10;    batiment_groupe_rpls.nb_loc_assoc AS rpls_nb_loc_assoc,&#10;    batiment_groupe_rpls.nb_log_loue AS rpls_nb_log_loue,&#10;    batiment_groupe_rpls.nb_log_vac AS rpls_nb_log_vac,&#10;    batiment_groupe_rpls.l_bat_nom AS rpls_l_bat_nom,&#10;    batiment_groupe_rpls.l_cat_org AS rpls_l_cat_org,&#10;    batiment_groupe_rpls.l_siret AS rpls_l_siret,&#10;    batiment_groupe_rpls.siret_principal AS rpls_siret_principal,&#10;    batiment_groupe_rpls.nb_log AS rpls_nb_log,&#10;    batiment_groupe_rpls.s_log_hab AS rpls_s_log_hab,&#10;    batiment_groupe_rpls.type_construction AS rpls_type_construction,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.id_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_raccordement_reseau_chaleur,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.potentiel_obligation_raccordement,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_systeme_chauffage,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.indicateur_distance_au_reseau,&#10;    batiment_groupe_indicateur_reseau_chaud_froid.consommation_chaleur_par_rapport_distance_au_reseau,&#10;    batiment_groupe_synthese_propriete_usage.usage_principal_bdnb_open,&#10;    batiment_groupe_synthese_propriete_usage.mixite_usage_residentiel_tertiaire,&#10;    batiment_groupe_synthese_propriete_usage.categorie_usage_propriete,&#10;    batiment_groupe_synthese_propriete_usage.presence_logement_social,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_maison_ou_collectif_dernier_etage,&#10;    batiment_groupe_simulations_isb.dh_moyen_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.classe_plus_probable_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_simulations_isb.fiabilite_dh_2003_collectif_etage_courant,&#10;    batiment_groupe_risques.alea_radon,&#10;    batiment_groupe_risques.alea_argile,&#10;    batiment_groupe_risques.alea_sismique,&#10;    batiment_groupe_risques.categorie_hauteur_residentiel_risque_sismique,&#10;    batiment_groupe_risques.classe_famille_incendie_residentiel,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.pac_faisabilite,&#10;    batiment_groupe_contrainte_opportunite_renovation.type_pac,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_surface_non_bati,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_toiture_terrasse,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_favorabilite_annee_construction,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_presence_balcon,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne_ayant_droit,&#10;    batiment_groupe_contrainte_opportunite_renovation.critere_typologie_moyenne,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac4,&#10;    batiment_groupe_urbanisme.contrainte_urbanisme_ac1,&#10;    batiment_groupe_urbanisme.monument_historique,&#10;    batiment_groupe_urbanisme.denomination_monument_historique,&#10;    batiment_groupe_urbanisme.distance_monument_historique,&#10;    batiment_groupe_dpe_tertiaire.identifiant_dpe AS dpe_ter_identifiant_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_dpe_tertiaire AS dpe_ter_type_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.source_nouvelle_base_ademe AS dpe_ter_source_nouvelle_base_ademe,&#10;    batiment_groupe_dpe_tertiaire.version AS dpe_ter_version,&#10;    batiment_groupe_dpe_tertiaire.date_etablissement_dpe AS dpe_ter_date_etablissement_dpe,&#10;    batiment_groupe_dpe_tertiaire.date_reception_dpe AS dpe_ter_date_reception_dpe,&#10;    batiment_groupe_dpe_tertiaire.annee_construction_dpe AS dpe_ter_annee_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.shon AS dpe_ter_shon,&#10;    batiment_groupe_dpe_tertiaire.surface_utile AS dpe_ter_surface_utile,&#10;    batiment_groupe_dpe_tertiaire.classe_conso_energie_dpe_tertiaire AS dpe_ter_classe_conso_energie_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.classe_emission_ges_dpe_tertiaire AS dpe_ter_classe_emission_ges_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.conso_dpe_tertiaire_ep_m2 AS dpe_ter_conso_dpe_tertiaire_ep_m2,&#10;    batiment_groupe_dpe_tertiaire.emission_ges_dpe_tertiaire_m2 AS dpe_ter_emission_ges_dpe_tertiaire_m2,&#10;    batiment_groupe_dpe_tertiaire.categorie_erp_dpe_tertiaire AS dpe_ter_categorie_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.periode_construction_dpe AS dpe_ter_periode_construction_dpe,&#10;    batiment_groupe_dpe_tertiaire.type_erp_dpe_tertiaire AS dpe_ter_type_erp_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.methode_application_dpe_tertiaire AS dpe_ter_methode_application_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.sous_modele_dpe_tertiaire AS dpe_ter_sous_modele_dpe_tertiaire,&#10;    batiment_groupe_dpe_tertiaire.type_energie_chauffage AS dpe_ter_type_energie_chauffage,&#10;    batiment_groupe_dpe_tertiaire.type_energie_ecs AS dpe_ter_type_energie_ecs,&#10;    batiment_groupe_dpe_tertiaire.type_energie_climatisation AS dpe_ter_type_energie_climatisation,&#10;    batiment_groupe_dpe_tertiaire.derniere_annee_consommation AS dpe_ter_derniere_annee_consommation,&#10;    batiment_groupe_dpe_tertiaire.conso_autre_fossile AS dpe_ter_conso_autre_fossile,&#10;    batiment_groupe_dpe_tertiaire.conso_bois AS dpe_ter_conso_bois,&#10;    batiment_groupe_dpe_tertiaire.conso_electricite AS dpe_ter_conso_electricite,&#10;    batiment_groupe_dpe_tertiaire.conso_fioul AS dpe_ter_conso_fioul,&#10;    batiment_groupe_dpe_tertiaire.conso_gaz AS dpe_ter_conso_gaz,&#10;    batiment_groupe_dpe_tertiaire.conso_gpl_butane_propane AS dpe_ter_conso_gpl_butane_propane,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_chaleur AS dpe_ter_conso_reseau_chaleur,&#10;    batiment_groupe_dpe_tertiaire.conso_reseau_froid AS dpe_ter_conso_reseau_froid,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.source_information_principale AS systeme_energetique_ter_source_information_principale,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.score_fiabilite AS systeme_energetique_ter_score_fiabilite,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_chauffage AS systeme_energetique_ter_type_energie_chauffage,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_ecs AS systeme_energetique_ter_type_energie_ecs,&#10;    batiment_groupe_synthese_systeme_energetique_tertiaire.type_energie_climatisation AS systeme_energetique_ter_type_energie_climatisation&#10;   FROM (((((((((((((((((((((((((((((((((((((((((z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe batiment_groupe&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_adresse batiment_groupe_adresse ON ((((batiment_groupe_adresse.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_adresse.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_energie batiment_groupe_energie ON ((((batiment_groupe_energie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_energie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_geospx batiment_groupe_geospx ON ((((batiment_groupe_geospx.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_geospx.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_proprietaire batiment_groupe_proprietaire ON ((((batiment_groupe_proprietaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_proprietaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_simulations_dpe batiment_groupe_simulations_dpe ON ((((batiment_groupe_simulations_dpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_simulations_dvf batiment_groupe_simulations_dvf ON ((((batiment_groupe_simulations_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_simulations_valeur_verte batiment_groupe_simulations_valeur_verte ON ((((batiment_groupe_simulations_valeur_verte.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_valeur_verte.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_synthese_enveloppe batiment_groupe_synthese_enveloppe ON ((((batiment_groupe_synthese_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_synthese_periode_construction batiment_groupe_synthese_periode_construction ON ((((batiment_groupe_synthese_periode_construction.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_periode_construction.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_synthese_systeme_energetique_logement batiment_groupe_synthese_systeme_energetique_logement ON ((((batiment_groupe_synthese_systeme_energetique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_bdtopo_bat batiment_groupe_bdtopo_bat ON ((((batiment_groupe_bdtopo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_bdtopo_equ batiment_groupe_bdtopo_equ ON ((((batiment_groupe_bdtopo_equ.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_equ.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_bdtopo_zoac batiment_groupe_bdtopo_zoac ON ((((batiment_groupe_bdtopo_zoac.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bdtopo_zoac.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_bpe batiment_groupe_bpe ON ((((batiment_groupe_bpe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_bpe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_delimitation_enveloppe batiment_groupe_delimitation_enveloppe ON ((((batiment_groupe_delimitation_enveloppe.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_delimitation_enveloppe.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_dle_elec_2020 batiment_groupe_dle_elec_2020 ON ((((batiment_groupe_dle_elec_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_elec_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_dle_gaz_2020 batiment_groupe_dle_gaz_2020 ON ((((batiment_groupe_dle_gaz_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_gaz_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_dle_reseaux_2020 batiment_groupe_dle_reseaux_2020 ON ((((batiment_groupe_dle_reseaux_2020.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dle_reseaux_2020.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_dpe_representatif_logement batiment_groupe_dpe_representatif_logement ON ((((batiment_groupe_dpe_representatif_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_representatif_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_dpe_statistique_logement batiment_groupe_dpe_statistique_logement ON ((((batiment_groupe_dpe_statistique_logement.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_statistique_logement.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_dvf batiment_groupe_dvf ON ((((batiment_groupe_dvf.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_dvf_logtype batiment_groupe_dvf_logtype ON ((((batiment_groupe_dvf_logtype.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_logtype.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_dvf_open_representatif batiment_groupe_dvf_open_representatif ON ((((batiment_groupe_dvf_open_representatif.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_representatif.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_dvf_open_statistique batiment_groupe_dvf_open_statistique ON ((((batiment_groupe_dvf_open_statistique.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dvf_open_statistique.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_exposition_bruit_logement_social batiment_groupe_exposition_bruit_logement_social ON ((((batiment_groupe_exposition_bruit_logement_social.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_exposition_bruit_logement_social.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_ffo_bat batiment_groupe_ffo_bat ON ((((batiment_groupe_ffo_bat.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_bat.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_hthd batiment_groupe_hthd ON ((((batiment_groupe_hthd.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_hthd.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_ffo_loc batiment_groupe_ffo_loc ON ((((batiment_groupe_ffo_loc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_ffo_loc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_merimee batiment_groupe_merimee ON ((((batiment_groupe_merimee.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_merimee.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_pie batiment_groupe_pie ON ((((batiment_groupe_pie.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_pie.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_qpv batiment_groupe_qpv ON ((((batiment_groupe_qpv.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_qpv.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_rnc batiment_groupe_rnc ON ((((batiment_groupe_rnc.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rnc.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_rpls batiment_groupe_rpls ON ((((batiment_groupe_rpls.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_rpls.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_indicateur_reseau_chaud_froid batiment_groupe_indicateur_reseau_chaud_froid ON ((((batiment_groupe_indicateur_reseau_chaud_froid.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_indicateur_reseau_chaud_froid.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_simulations_isb batiment_groupe_simulations_isb ON ((((batiment_groupe_simulations_isb.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_simulations_isb.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_synthese_propriete_usage batiment_groupe_synthese_propriete_usage ON ((((batiment_groupe_synthese_propriete_usage.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_propriete_usage.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_risques batiment_groupe_risques ON ((((batiment_groupe_risques.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_risques.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_contrainte_opportunite_renovation batiment_groupe_contrainte_opportunite_renovation ON ((((batiment_groupe_contrainte_opportunite_renovation.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_contrainte_opportunite_renovation.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_urbanisme batiment_groupe_urbanisme ON ((((batiment_groupe_urbanisme.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_urbanisme.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_dpe_tertiaire batiment_groupe_dpe_tertiaire ON ((((batiment_groupe_dpe_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_dpe_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))))&#10;     LEFT JOIN z_dbt__bdnb_2026_02_ci_2026_02_feat_import_audi.batiment_groupe_synthese_systeme_energetique_tertiaire batiment_groupe_synthese_systeme_energetique_tertiaire ON ((((batiment_groupe_synthese_systeme_energetique_tertiaire.batiment_groupe_id)::text = (batiment_groupe.batiment_groupe_id)::text) AND ((batiment_groupe_synthese_systeme_energetique_tertiaire.code_departement_insee)::text = (batiment_groupe.code_departement_insee)::text))));">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="true" remarks="" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="parcelle_unifiee_id" nullable="true" remarks="" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="s_geom_groupe" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="code_iris" nullable="true" remarks="" size="9" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="code_commune_insee" nullable="true" remarks="" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="libelle_commune_insee" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="code_epci_insee" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="contient_fictive_geom_groupe" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="geom_groupe" nullable="true" remarks="" size="2147483647" type="geometry" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="cle_interop_adr_principale_ban" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="cle_interop_adr_principale" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="libelle_adr_principale_ban" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="libelle_adr_principale" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="nb_adresse" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="nb_adresse_valid" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="nb_adresse_valid_ban" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="fiabilite_cr_adr_niv_1" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="fiabilite_cr_adr_niv_2" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="19" name="dle_elec_conso_res_par_m2" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="20" name="dle_elec_conso_pro_par_m2" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="21" name="dle_elec_conso_tot_par_m2" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="22" name="dle_gaz_conso_res_par_m2" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="23" name="dle_gaz_conso_pro_par_m2" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="24" name="dle_gaz_conso_tot_par_m2" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="25" name="dle_reseau_conso_res_par_m2" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="26" name="dle_reseau_conso_pro_par_m2" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="27" name="dle_reseau_conso_tot_par_m2" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="fiabilite_emprise_sol" nullable="true" remarks="" size="7" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="fiabilite_hauteur" nullable="true" remarks="" size="7" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="fiabilite_adresse" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="croisement_geospx_reussi" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="ffo_prop_personne_id_proprietaire_principal" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="33" name="ffo_prop_denomination_proprietaire_principal" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="34" name="ffo_prop_groupe_proprietaire_principal" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="35" name="ffo_prop_nb_proprietaire" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="36" name="ffo_prop_nb_proprietaire_bailleur" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="37" name="ffo_prop_nb_proprietaire_pm" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="38" name="ffo_prop_nb_gestionnaire" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="39" name="ffo_prop_nb_gestionaire_bailleur" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="40" name="ffo_prop_nb_gestionnaire_pm" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="41" name="simu_dpe_indecence_energetique_initial" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="42" name="simu_dpe_indecence_energetique_renove" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="43" name="simu_dpe_volume_habitable" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="44" name="simu_dpe_volume_brut" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="45" name="simu_dpe_surface_facade_vitree" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="46" name="simu_dpe_surface_facade_totale" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="47" name="simu_dpe_surface_facade_mitoyenne" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="48" name="simu_dpe_surface_facade_ext" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="49" name="simu_dpe_surface_enveloppe" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="50" name="simu_dpe_surface_verticale" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="51" name="simu_dpe_surface_deperditive" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="52" name="simu_dpe_surface_deperditive_verticale" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="53" name="simu_dpe_surface_toiture" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="54" name="simu_dpe_sh" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="55" name="simu_dpe_compacite" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="56" name="simu_dpe_compacite_verticale" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="57" name="simu_dpe_compacite_brute" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="58" name="simu_dpe_compacite_verticale_brute" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="59" name="simu_dpe_correction_vertical" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="60" name="simu_dpe_correction_surface_horizontale" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="61" name="simu_dpe_correction_plancher_bas_non_deperditif" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="62" name="simu_dpe_ratio_volume_superstructure_defaut_volume_geom" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="63" name="simu_dpe_summer_solar_radiation" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="64" name="simu_dpe_gisement_gain_conso_finale_total" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="65" name="simu_dpe_gisement_gain_ges_mean" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="66" name="simu_dpe_gisement_gain_energetique_mean" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="67" name="simu_dpe_etat_initial_consommation_energie_estim_inc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="68" name="simu_dpe_etat_initial_consommation_energie_estim_lower" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="69" name="simu_dpe_etat_initial_consommation_energie_estim_mean" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="70" name="simu_dpe_etat_initial_consommation_energie_estim_upper" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="71" name="simu_dpe_etat_initial_consommation_energie_primaire_estim_lower" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="72" name="simu_dpe_etat_initial_consommation_energie_primaire_estim_mean" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="73" name="simu_dpe_etat_initial_consommation_energie_primaire_estim_upper" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="74" name="simu_dpe_etat_initial_consommation_ges_estim_inc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="75" name="simu_dpe_etat_initial_ges_estim_lower" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="76" name="simu_dpe_etat_initial_ges_estim_mean" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="77" name="simu_dpe_etat_initial_ges_estim_upper" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="78" name="simu_dpe_etat_initial_risque_canicule" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="79" name="simu_dpe_etat_initial_risque_canicule_inc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="80" name="simu_dpe_etat_renove_consommation_energie_estim_inc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="81" name="simu_dpe_etat_renove_consommation_energie_estim_lower" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="82" name="simu_dpe_etat_renove_consommation_energie_estim_mean" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="83" name="simu_dpe_etat_renove_consommation_energie_estim_upper" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="84" name="simu_dpe_etat_renove_consommation_energie_primaire_estim_lower" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="85" name="simu_dpe_etat_renove_consommation_energie_primaire_estim_mean" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="86" name="simu_dpe_etat_renove_consommation_energie_primaire_estim_upper" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="87" name="simu_dpe_etat_renove_consommation_ges_estim_inc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="88" name="simu_dpe_etat_renove_ges_estim_lower" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="89" name="simu_dpe_etat_renove_ges_estim_mean" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="90" name="simu_dpe_etat_renove_ges_estim_upper" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="91" name="simu_dpe_etat_renove_risque_canicule" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="92" name="simu_dpe_etat_renove_risque_canicule_inc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="93" name="simu_dpe_etiquette_dpe_initial_a" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="94" name="simu_dpe_etiquette_dpe_initial_b" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="95" name="simu_dpe_etiquette_dpe_initial_c" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="96" name="simu_dpe_etiquette_dpe_initial_d" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="97" name="simu_dpe_etiquette_dpe_initial_e" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="98" name="simu_dpe_etiquette_dpe_initial_f" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="99" name="simu_dpe_etiquette_dpe_initial_g" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="100" name="simu_dpe_etiquette_dpe_initial_error" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="101" name="simu_dpe_etiquette_dpe_initial_map" nullable="true" remarks="" size="1" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="102" name="simu_dpe_etiquette_dpe_initial_map_2nd" nullable="true" remarks="" size="3" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="103" name="simu_dpe_etiquette_dpe_initial_map_prob" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="104" name="simu_dpe_etiquette_dpe_initial_map_2nd_prob" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="105" name="simu_dpe_etiquette_dpe_initial_inc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="106" name="simu_dpe_etiquette_dpe_renove_a" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="107" name="simu_dpe_etiquette_dpe_renove_b" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="108" name="simu_dpe_etiquette_dpe_renove_c" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="109" name="simu_dpe_etiquette_dpe_renove_d" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="110" name="simu_dpe_etiquette_dpe_renove_e" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="111" name="simu_dpe_etiquette_dpe_renove_f" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="112" name="simu_dpe_etiquette_dpe_renove_g" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="113" name="simu_dpe_etiquette_dpe_renove_error" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="114" name="simu_dpe_etiquette_dpe_renove_map" nullable="true" remarks="" size="1" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="115" name="simu_dpe_etiquette_dpe_renove_map_2nd" nullable="true" remarks="" size="3" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="116" name="simu_dpe_etiquette_dpe_renove_map_prob" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="117" name="simu_dpe_etiquette_dpe_renove_map_2nd_prob" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="118" name="simu_dpe_etiquette_dpe_renove_inc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="119" name="simu_dvf_usage_niveau_1_txt" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="120" name="simu_dvf_valeur_fonciere_etat_initial_estim_lower" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="121" name="simu_dvf_valeur_fonciere_etat_initial_estim_mean" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="122" name="simu_dvf_valeur_fonciere_etat_initial_estim_upper" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="123" name="simu_dvf_valeur_fonciere_etat_initial_incertitude" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="124" name="simu_dvf_valeur_fonciere_etat_renove_estim_lower" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="125" name="simu_dvf_valeur_fonciere_etat_renove_estim_mean" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="126" name="simu_dvf_valeur_fonciere_etat_renove_estim_upper" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="127" name="simu_dvf_valeur_fonciere_etat_renove_incertitude" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="128" name="simu_dvf_classe_dpe_conso_initial" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="129" name="simu_dvf_classe_dpe_conso_renove" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="130" name="simu_dvf_r2" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="131" name="simu_dvf_difference_abs_valeur_fonciere_etat_initial_renove" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="132" name="simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="133" name="simu_dvf_difference_rel_valeur_fonciere_etat_initial_renove_cat" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="134" name="simu_dvf_difference_rel_valeur_fonciere_initial_mean_iris" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="135" name="simu_dvf_difference_rel_valeur_fonciere_renove_mean_iris" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="136" name="simu_dvf_renovation" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="137" name="simu_dvf_gain_classe_b_vers_a" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="138" name="simu_dvf_gain_classe_c_vers_a" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="139" name="simu_dvf_gain_classe_c_vers_b" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="140" name="simu_dvf_gain_classe_d_vers_a" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="141" name="simu_dvf_gain_classe_d_vers_b" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="142" name="simu_dvf_gain_classe_d_vers_c" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="143" name="simu_dvf_gain_classe_e_vers_a" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="144" name="simu_dvf_gain_classe_e_vers_b" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="145" name="simu_dvf_gain_classe_e_vers_c" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="146" name="simu_dvf_gain_classe_e_vers_d" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="147" name="simu_dvf_gain_classe_f_vers_a" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="148" name="simu_dvf_gain_classe_f_vers_b" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="149" name="simu_dvf_gain_classe_f_vers_c" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="150" name="simu_dvf_gain_classe_f_vers_d" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="151" name="simu_dvf_gain_classe_f_vers_e" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="152" name="simu_dvf_gain_classe_g_vers_a" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="153" name="simu_dvf_gain_classe_g_vers_b" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="154" name="simu_dvf_gain_classe_g_vers_c" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="155" name="simu_dvf_gain_classe_g_vers_d" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="156" name="simu_dvf_gain_classe_g_vers_e" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="157" name="simu_dvf_gain_classe_g_vers_f" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="158" name="enveloppe_source_information_principale" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="159" name="enveloppe_score_fiabilite" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="160" name="enveloppe_type_batiment_dpe" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="161" name="enveloppe_type_vitrage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="162" name="enveloppe_type_materiaux_menuiserie" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="163" name="enveloppe_type_gaz_lame" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="164" name="enveloppe_type_fermeture" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="165" name="enveloppe_epaisseur_lame" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="166" name="enveloppe_vitrage_vir" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="167" name="enveloppe_traversant" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="168" name="enveloppe_u_baie_vitree" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="169" name="enveloppe_uw" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="170" name="enveloppe_facteur_solaire_baie_vitree" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="171" name="enveloppe_presence_balcon" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="172" name="enveloppe_l_orientation_baie_vitree" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="173" name="enveloppe_pourcentage_surface_baie_vitree_exterieur" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="174" name="enveloppe_type_isolation_mur_exterieur" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="175" name="enveloppe_epaisseur_isolation_mur_exterieur_estim" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="176" name="enveloppe_materiaux_structure_mur_exterieur" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="177" name="enveloppe_materiaux_structure_mur_exterieur_simplifie" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="178" name="enveloppe_epaisseur_structure_mur_exterieur" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="179" name="enveloppe_u_mur_exterieur" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="180" name="enveloppe_l_local_non_chauffe_mur" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="181" name="enveloppe_local_non_chauffe_principal_mur" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="182" name="enveloppe_l_orientation_mur_exterieur" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="183" name="enveloppe_type_isolation_plancher_bas" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="184" name="enveloppe_type_plancher_bas_deperditif" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="185" name="enveloppe_u_plancher_bas_final_deperditif" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="186" name="enveloppe_u_plancher_bas_brut_deperditif" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="187" name="enveloppe_l_local_non_chauffe_plancher_bas" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="188" name="enveloppe_local_non_chauffe_principal_plancher_bas" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="189" name="enveloppe_type_adjacence_principal_plancher_bas" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="190" name="enveloppe_type_isolation_plancher_haut" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="191" name="enveloppe_type_plancher_haut_deperditif" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="192" name="enveloppe_u_plancher_haut_deperditif" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="193" name="enveloppe_l_local_non_chauffe_plancher_haut" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="194" name="enveloppe_local_non_chauffe_principal_plancher_haut" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="195" name="enveloppe_type_adjacence_principal_plancher_haut" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="196" name="enveloppe_materiaux_toiture_simplifie" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="197" name="enveloppe_type_porte" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="198" name="enveloppe_u_porte" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="199" name="enveloppe_classe_inertie" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="200" name="periode_construction_periode_construction_probable" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="201" name="periode_construction_source" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="202" name="periode_construction_fiabilite" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="203" name="systeme_energetique_source_information_principale" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="204" name="systeme_energetique_score_fiabilite" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="205" name="systeme_energetique_type_batiment_dpe" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="206" name="systeme_energetique_type_installation_chauffage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="207" name="systeme_energetique_type_energie_chauffage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="208" name="systeme_energetique_type_generateur_chauffage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="209" name="systeme_energetique_type_generateur_chauffage_anciennete" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="210" name="systeme_energetique_type_energie_chauffage_appoint" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="211" name="systeme_energetique_type_generateur_chauffage_appoint" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="212" name="systeme_energetique_type_generateur_chauffage_anciennete_appoin" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="213" name="systeme_energetique_chauffage_solaire" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="214" name="systeme_energetique_nb_generateur_chauffage" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="215" name="systeme_energetique_nb_installation_chauffage" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="216" name="systeme_energetique_l_type_generateur_chauffage" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="217" name="systeme_energetique_type_energie_climatisation" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="218" name="systeme_energetique_type_generateur_climatisation" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="219" name="systeme_energetique_type_generateur_climatisation_anciennete" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="220" name="systeme_energetique_type_installation_ecs" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="221" name="systeme_energetique_type_energie_ecs" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="222" name="systeme_energetique_type_generateur_ecs" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="223" name="systeme_energetique_type_generateur_ecs_anciennete" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="224" name="systeme_energetique_type_energie_ecs_appoint" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="225" name="systeme_energetique_type_generateur_ecs_appoint" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="226" name="systeme_energetique_type_generateur_ecs_anciennete_appoint" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="227" name="systeme_energetique_ecs_solaire" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="228" name="systeme_energetique_nb_generateur_ecs" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="229" name="systeme_energetique_nb_installation_ecs" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="230" name="systeme_energetique_l_type_generateur_ecs" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="231" name="systeme_energetique_type_ventilation" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="232" name="systeme_energetique_type_production_energie_renouvelable" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="233" name="bdtopo_bat_l_nature" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="234" name="bdtopo_bat_l_usage_1" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="235" name="bdtopo_bat_l_usage_2" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="236" name="bdtopo_bat_l_etat" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="237" name="bdtopo_bat_hauteur_mean" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="238" name="bdtopo_bat_max_hauteur" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="239" name="bdtopo_bat_altitude_sol_mean" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="240" name="bdtopo_equ_l_nature" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="241" name="bdtopo_equ_l_nature_detaillee" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="242" name="bdtopo_equ_l_toponyme" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="243" name="bdtopo_zoa_l_nature" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="244" name="bdtopo_zoa_l_nature_detaillee" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="245" name="bdtopo_zoa_l_toponyme" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="246" name="bpe_l_type_equipement" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="247" name="delimitation_enveloppe_dict" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="248" name="dle_elec_2020_nb_pdl_res" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="249" name="dle_elec_2020_nb_pdl_pro" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="250" name="dle_elec_2020_nb_pdl_tot" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="251" name="dle_elec_2020_conso_res" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="252" name="dle_elec_2020_conso_pro" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="253" name="dle_elec_2020_conso_tot" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="254" name="dle_elec_2020_conso_res_par_pdl" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="255" name="dle_elec_2020_conso_pro_par_pdl" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="256" name="dle_elec_2020_conso_tot_par_pdl" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="257" name="dle_gaz_2020_nb_pdl_res" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="258" name="dle_gaz_2020_nb_pdl_pro" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="259" name="dle_gaz_2020_nb_pdl_tot" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="260" name="dle_gaz_2020_conso_res" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="261" name="dle_gaz_2020_conso_pro" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="262" name="dle_gaz_2020_conso_tot" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="263" name="dle_gaz_2020_conso_res_par_pdl" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="264" name="dle_gaz_2020_conso_pro_par_pdl" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="265" name="dle_gaz_2020_conso_tot_par_pdl" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="266" name="dle_reseaux_2020_nb_pdl_res" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="267" name="dle_reseaux_2020_nb_pdl_pro" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="268" name="dle_reseaux_2020_nb_pdl_tot" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="269" name="dle_reseaux_2020_conso_res" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="270" name="dle_reseaux_2020_conso_pro" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="271" name="dle_reseaux_2020_conso_tot" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="272" name="dle_reseaux_2020_conso_res_par_pdl" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="273" name="dle_reseaux_2020_conso_pro_par_pdl" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="274" name="dle_reseaux_2020_conso_tot_par_pdl" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="275" name="dle_reseaux_2020_identifiant_reseau" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="276" name="dle_reseaux_2020_type_reseau" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="277" name="dpe_mix_arrete_identifiant_dpe" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="278" name="dpe_mix_arrete_arrete_2021" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="279" name="dpe_mix_arrete_type_dpe" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="280" name="dpe_mix_arrete_type_batiment_dpe" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="281" name="dpe_mix_arrete_periode_construction_dpe" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="282" name="dpe_mix_arrete_annee_construction_dpe" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="283" name="dpe_mix_arrete_version" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="284" name="dpe_mix_arrete_date_etablissement_dpe" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="285" name="dpe_mix_arrete_date_reception_dpe" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="286" name="dpe_mix_arrete_nombre_niveau_logement" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="287" name="dpe_mix_arrete_nombre_niveau_immeuble" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="288" name="dpe_mix_arrete_surface_habitable_immeuble" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="289" name="dpe_mix_arrete_surface_habitable_logement" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="290" name="dpe_mix_arrete_conso_5_usages_ep_m2" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="291" name="dpe_mix_arrete_conso_5_usages_ef_m2" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="292" name="dpe_mix_arrete_emission_ges_5_usages_m2" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="293" name="dpe_mix_arrete_classe_bilan_dpe" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="294" name="dpe_mix_arrete_classe_emission_ges" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="295" name="dpe_mix_arrete_classe_conso_energie_arrete_2012" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="296" name="dpe_mix_arrete_classe_emission_ges_arrete_2012" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="297" name="dpe_mix_arrete_conso_3_usages_ep_m2_arrete_2012" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="298" name="dpe_mix_arrete_emission_ges_3_usages_ep_m2_arrete_2012" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="299" name="dpe_mix_arrete_type_installation_chauffage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="300" name="dpe_mix_arrete_type_energie_chauffage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="301" name="dpe_mix_arrete_type_generateur_chauffage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="302" name="dpe_mix_arrete_type_generateur_chauffage_anciennete" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="303" name="dpe_mix_arrete_type_energie_chauffage_appoint" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="304" name="dpe_mix_arrete_type_generateur_chauffage_appoint" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="305" name="dpe_mix_arrete_type_generateur_chauffage_anciennete_appoint" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="306" name="dpe_mix_arrete_chauffage_solaire" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="307" name="dpe_mix_arrete_nb_generateur_chauffage" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="308" name="dpe_mix_arrete_nb_installation_chauffage" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="309" name="dpe_mix_arrete_type_energie_climatisation" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="310" name="dpe_mix_arrete_type_generateur_climatisation" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="311" name="dpe_mix_arrete_type_generateur_climatisation_anciennete" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="312" name="dpe_mix_arrete_type_installation_ecs" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="313" name="dpe_mix_arrete_type_energie_ecs" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="314" name="dpe_mix_arrete_type_generateur_ecs" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="315" name="dpe_mix_arrete_type_generateur_ecs_anciennete" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="316" name="dpe_mix_arrete_type_energie_ecs_appoint" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="317" name="dpe_mix_arrete_type_generateur_ecs_appoint" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="318" name="dpe_mix_arrete_type_generateur_ecs_anciennete_appoint" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="319" name="dpe_mix_arrete_ecs_solaire" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="320" name="dpe_mix_arrete_nb_generateur_ecs" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="321" name="dpe_mix_arrete_nb_installation_ecs" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="322" name="dpe_mix_arrete_plusieurs_facade_exposee" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="323" name="dpe_mix_arrete_type_ventilation" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="324" name="dpe_mix_arrete_type_production_energie_renouvelable" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="325" name="dpe_mix_arrete_type_vitrage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="326" name="dpe_mix_arrete_type_materiaux_menuiserie" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="327" name="dpe_mix_arrete_type_gaz_lame" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="328" name="dpe_mix_arrete_type_fermeture" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="329" name="dpe_mix_arrete_epaisseur_lame" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="330" name="dpe_mix_arrete_vitrage_vir" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="331" name="dpe_mix_arrete_surface_vitree_nord" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="332" name="dpe_mix_arrete_surface_vitree_sud" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="333" name="dpe_mix_arrete_surface_vitree_ouest" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="334" name="dpe_mix_arrete_surface_vitree_est" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="335" name="dpe_mix_arrete_surface_vitree_horizontal" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="336" name="dpe_mix_arrete_traversant" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="337" name="dpe_mix_arrete_u_baie_vitree" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="338" name="dpe_mix_arrete_uw" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="339" name="dpe_mix_arrete_facteur_solaire_baie_vitree" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="340" name="dpe_mix_arrete_presence_balcon" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="341" name="dpe_mix_arrete_l_orientation_baie_vitree" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="342" name="dpe_mix_arrete_pourcentage_surface_baie_vitree_exterieur" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="343" name="dpe_mix_arrete_type_isolation_mur_exterieur" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="344" name="dpe_mix_arrete_epaisseur_isolation_mur_exterieur_estim" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="345" name="dpe_mix_arrete_materiaux_structure_mur_exterieur" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="346" name="dpe_mix_arrete_epaisseur_structure_mur_exterieur" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="347" name="dpe_mix_arrete_surface_mur_totale" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="348" name="dpe_mix_arrete_surface_mur_exterieur" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="349" name="dpe_mix_arrete_surface_mur_deperditif" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="350" name="dpe_mix_arrete_u_mur_exterieur" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="351" name="dpe_mix_arrete_l_local_non_chauffe_mur" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="352" name="dpe_mix_arrete_local_non_chauffe_principal_mur" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="353" name="dpe_mix_arrete_l_orientation_mur_exterieur" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="354" name="dpe_mix_arrete_type_isolation_plancher_bas" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="355" name="dpe_mix_arrete_type_plancher_bas_deperditif" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="356" name="dpe_mix_arrete_surface_plancher_bas_totale" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="357" name="dpe_mix_arrete_surface_plancher_bas_deperditif" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="358" name="dpe_mix_arrete_u_plancher_bas_final_deperditif" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="359" name="dpe_mix_arrete_u_plancher_bas_brut_deperditif" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="360" name="dpe_mix_arrete_l_local_non_chauffe_plancher_bas" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="361" name="dpe_mix_arrete_local_non_chauffe_principal_plancher_bas" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="362" name="dpe_mix_arrete_type_adjacence_principal_plancher_bas" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="363" name="dpe_mix_arrete_type_isolation_plancher_haut" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="364" name="dpe_mix_arrete_type_plancher_haut_deperditif" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="365" name="dpe_mix_arrete_surface_plancher_haut_totale" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="366" name="dpe_mix_arrete_surface_plancher_haut_deperditif" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="367" name="dpe_mix_arrete_u_plancher_haut_deperditif" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="368" name="dpe_mix_arrete_l_local_non_chauffe_plancher_haut" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="369" name="dpe_mix_arrete_local_non_chauffe_principal_plancher_haut" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="370" name="dpe_mix_arrete_type_adjacence_principal_plancher_haut" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="371" name="dpe_mix_arrete_type_porte" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="372" name="dpe_mix_arrete_surface_porte" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="373" name="dpe_mix_arrete_u_porte" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="374" name="dpe_mix_arrete_classe_inertie" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="375" name="dpe_mix_arrete_deperdition_mur" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="376" name="dpe_mix_arrete_deperdition_baie_vitree" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="377" name="dpe_mix_arrete_deperdition_plancher_bas" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="378" name="dpe_mix_arrete_deperdition_plancher_haut" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="379" name="dpe_mix_arrete_deperdition_pont_thermique" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="380" name="dpe_mix_arrete_deperdition_porte" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="381" name="dpe_mix_arrete_nb_classe_bilan_dpe_a" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="382" name="dpe_mix_arrete_nb_classe_bilan_dpe_b" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="383" name="dpe_mix_arrete_nb_classe_bilan_dpe_c" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="384" name="dpe_mix_arrete_nb_classe_bilan_dpe_d" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="385" name="dpe_mix_arrete_nb_classe_bilan_dpe_e" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="386" name="dpe_mix_arrete_nb_classe_bilan_dpe_f" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="387" name="dpe_mix_arrete_nb_classe_bilan_dpe_g" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="388" name="dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_a" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="389" name="dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_b" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="390" name="dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_c" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="391" name="dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_d" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="392" name="dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_e" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="393" name="dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_f" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="394" name="dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_g" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="395" name="dpe_mix_arrete_nb_classe_conso_energie_arrete_2012_nc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="396" name="dv3f_valeur_fonciere_min" nullable="true" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="397" name="dv3f_valeur_fonciere_max" nullable="true" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="398" name="dv3f_valeur_fonciere_med" nullable="true" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="399" name="dv3f_valeur_fonciere_mean" nullable="true" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="400" name="dv3f_valeur_fonciere_mean_t1" nullable="true" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="401" name="dv3f_valeur_fonciere_mean_t2" nullable="true" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="402" name="dv3f_valeur_fonciere_mean_t3" nullable="true" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="403" name="dv3f_valeur_fonciere_mean_t4sup" nullable="true" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="404" name="dv3f_nb_mutation_annee" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="405" name="dv3f_nb_loc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="406" name="dv3f_nb_log" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="407" name="dv3f_nb_log_soc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="408" name="dv3f_id_locmut" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="409" name="dv3f_local_id" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="410" name="dv3f_id_mutation" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="411" name="dv3f_usage_simple" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="412" name="dv3f_usage_simple_txt" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="413" name="dv3f_usage_detail" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="414" name="dv3f_usage_detail_txt" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="415" name="dv3f_code_naf" nullable="true" remarks="" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="416" name="dv3f_code_naf_txt" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="417" name="dv3f_bureau" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="418" name="dv3f_habitation" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="419" name="dv3f_logsoc" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="420" name="dv3f_vacant" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="421" name="dv3f_s_bati" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="422" name="dv3f_s_hab" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="423" name="dv3f_s_dep" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="424" name="dv3f_s_pro" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="425" name="dv3f_nb_salle_a_mange" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="426" name="dv3f_nb_chambre" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="427" name="dv3f_nb_kitchenette" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="428" name="dv3f_nb_cuisine" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="429" name="dv3f_nb_salle_d_eau" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="430" name="dv3f_nb_annexe" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="431" name="dv3f_nb_piece_principale" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="432" name="dv3f_nb_dep" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="433" name="dv3f_nb_garage" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="434" name="dv3f_nb_agrement" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="435" name="dv3f_nb_terrasse" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="436" name="dv3f_nb_piscine" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="437" name="dv3f_nb_cave_cellier_remise" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="438" name="dv3f_annee_constr" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="439" name="dv3f_etage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="440" name="dv3f_valeur_loc" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="441" name="dv3f_valeur_fonciere_par_m2_hab" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="442" name="dv3f_valeur_fonciere_par_m2_bati" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="443" name="dv3f_valeur_fonciere_par_m2_terrain" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="444" name="dv3f_valeur_fonciere_brute" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="445" name="dv3f_s_hab_mutation" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="446" name="dv3f_s_bati_mutation" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="447" name="dv3f_s_terrain_mutation" nullable="true" remarks="" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="448" name="dv3f_date_mutation" nullable="true" remarks="" size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="449" name="dvf_open_id_opendata" nullable="true" remarks="" size="60" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="450" name="dvf_open_valeur_fonciere" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="451" name="dvf_open_date_mutation" nullable="true" remarks="" size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="452" name="dvf_open_nb_locaux_mutee_mutation" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="453" name="dvf_open_nb_maison_mutee_mutation" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="454" name="dvf_open_nb_appartement_mutee_mutation" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="455" name="dvf_open_nb_dependance_mutee_mutation" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="456" name="dvf_open_nb_locaux_tertiaire_mutee_mutation" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="457" name="dvf_open_surface_bati_mutee_residencielle_individuelle" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="458" name="dvf_open_surface_bati_mutee_residencielle_collective" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="459" name="dvf_open_surface_bati_mutee_dependance" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="460" name="dvf_open_surface_bati_mutee_tertiaire" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="461" name="dvf_open_surface_terrain_mutee" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="462" name="dvf_open_nb_piece_principale" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="463" name="dvf_open_prix_m2_local" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="464" name="dvf_open_prix_m2_terrain" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="465" name="dvf_open_nb_mutation" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="466" name="dvf_open_valeur_fonciere_median" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="467" name="dvf_open_valeur_fonciere_moyenne" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="468" name="dvf_open_valeur_fonciere_max" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="469" name="dvf_open_valeur_fonciere_min" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="470" name="dvf_open_prix_m2_local_median" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="471" name="dvf_open_prix_m2_local_moyen" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="472" name="dvf_open_prix_m2_local_max" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="473" name="dvf_open_prix_m2_local_min" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="474" name="dvf_open_prix_m2_terrain_median" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="475" name="dvf_open_prix_m2_terrain_moyen" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="476" name="dvf_open_prix_m2_terrain_max" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="477" name="dvf_open_prix_m2_terrain_min" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="478" name="dvf_open_nb_locaux_mutee" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="479" name="dvf_open_nb_maisons_mutee" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="480" name="dvf_open_nb_appartement_mutee" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="481" name="dvf_open_nb_dependance_mutee" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="482" name="dvf_open_nb_locaux_tertiaire_mutee" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="483" name="l_denomination_bailleur_social" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="484" name="exposition_bruit" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="485" name="exposition_bruit_routier_et_ou_ferroviaire" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="486" name="zone_prioritaire_bruit" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="487" name="exposition_bruit_routier" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="488" name="exposition_bruit_ferroviaire" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="489" name="exposition_bruit_aeroport" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="490" name="nb_logement_social" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="491" name="nb_logement_social_expose_bruit" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="492" name="nb_logement_social_expose_bruit_rte_et_ou_fer" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="493" name="nb_logement_social_zone_prioritaire_bruit" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="494" name="nb_logement_social_expose_routier" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="495" name="nb_logement_social_expose_ferroviaire" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="496" name="nb_logement_social_expose_aeroport" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="497" name="type_exposition_bruit" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="498" name="type_exposition_bruit_routier_et_ou_ferroviaire" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="499" name="type_exposition_bruit_simplifie" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="500" name="ffo_bat_emprise_sol_deduite_sans_park_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="501" name="ffo_bat_presence_ch_central" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="502" name="ffo_bat_raccord_eau" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="503" name="ffo_bat_raccord_egout" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="504" name="ffo_bat_raccord_elec" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="505" name="ffo_bat_l_loc_sec_txt" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="506" name="ffo_bat_l_pev_etat_entretien" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="507" name="ffo_bat_mat_mur" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="508" name="ffo_bat_mat_toit" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="509" name="ffo_bat_nb_adresse" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="510" name="ffo_bat_nb_baignoire" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="511" name="ffo_bat_nb_douche" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="512" name="ffo_bat_nb_niveau" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="513" name="ffo_bat_nb_lavabo" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="514" name="ffo_bat_nb_loc_burx" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="515" name="ffo_bat_nb_loc_com_sec" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="516" name="ffo_bat_nb_loc_com_ter" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="517" name="ffo_bat_nb_loc_hab" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="518" name="ffo_bat_nb_log_loue" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="519" name="ffo_bat_nb_log_loue_meuble" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="520" name="ffo_bat_nb_log_loue_autre" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="521" name="ffo_bat_nb_log_occ_prop" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="522" name="ffo_bat_nb_log_pevph" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="523" name="ffo_bat_nb_pev_pro" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="524" name="ffo_bat_nb_piece_annexe" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="525" name="ffo_bat_nb_piece_tx" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="526" name="ffo_bat_nb_piscine" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="527" name="ffo_bat_nb_sdb" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="528" name="ffo_bat_nb_wc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="529" name="ffo_bat_s_dep_non_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="530" name="ffo_bat_s_loc_appt" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="531" name="ffo_bat_s_loc_com" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="532" name="ffo_bat_s_loc_dep_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="533" name="ffo_bat_s_loc_dep_non_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="534" name="ffo_bat_s_loc_hors_sol_avec_dep" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="535" name="ffo_bat_s_loc_hors_sol_non_dep_inc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="536" name="ffo_bat_s_loc_hors_sol_non_dep" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="537" name="ffo_bat_s_loc_mi" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="538" name="ffo_bat_s_loc_pro_princetdepcouv" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="539" name="ffo_bat_s_log_hlm" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="540" name="ffo_bat_s_log_sem" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="541" name="ffo_bat_s_max_hors_sol_avec_dep" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="542" name="ffo_bat_s_max_hors_sol_non_dep_inc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="543" name="ffo_bat_s_max_hors_sol_non_dep" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="544" name="ffo_bat_s_pev_dep" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="545" name="ffo_bat_s_pev_pro" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="546" name="ffo_bat_annee_construction" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="547" name="ffo_bat_emprise_sol_deduite" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="548" name="ffo_bat_presence_ascenseur" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="549" name="ffo_bat_presence_bureau" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="550" name="ffo_bat_presence_escalier" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="551" name="ffo_bat_raccord_gaz" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="552" name="ffo_bat_presence_sous_sol" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="553" name="ffo_bat_presence_videordure" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="554" name="ffo_bat_usage_principal" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="555" name="ffo_bat_usage_niveau_1" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="556" name="ffo_bat_usage_niveau_1_txt" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="557" name="ffo_bat_usage_niveau_2" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="558" name="ffo_bat_usage_niveau_2_txt" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="559" name="ffo_bat_usage_niveau_3" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="560" name="ffo_bat_usage_niveau_3_txt" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="561" name="ffo_bat_l_usage_niveau_1" nullable="true" remarks="" size="10" type="_int4" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="562" name="ffo_bat_l_usage_niveau_1_txt" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="563" name="ffo_bat_l_usage_niveau_2" nullable="true" remarks="" size="10" type="_int4" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="564" name="ffo_bat_l_usage_niveau_2_txt" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="565" name="ffo_bat_l_usage_niveau_3" nullable="true" remarks="" size="10" type="_int4" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="566" name="ffo_bat_l_usage_niveau_3_txt" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="567" name="ffo_bat_l_usage_mixite" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="568" name="ffo_bat_usage_mixite_global" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="569" name="ffo_bat_l_loc_dep_incorp" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="570" name="ffo_bat_l_loc_dep_non_incorp" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="571" name="ffo_bat_l_loc_sec" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="572" name="ffo_bat_l_loc_ter" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="573" name="ffo_bat_l_code_naf" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="574" name="ffo_bat_l_code_naf_txt" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="575" name="ffo_bat_mat_mur_txt" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="576" name="ffo_bat_mat_toit_txt" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="577" name="ffo_bat_nb_cave_dep_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="578" name="ffo_bat_nb_garage_dep_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="579" name="ffo_bat_nb_garpark" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="580" name="ffo_bat_nb_grenier_dep_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="581" name="ffo_bat_nb_loc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="582" name="ffo_bat_nb_loc_appt" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="583" name="ffo_bat_nb_loc_com" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="584" name="ffo_bat_nb_loc_com_rdc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="585" name="ffo_bat_nb_loc_dep" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="586" name="ffo_bat_nb_loc_dep_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="587" name="ffo_bat_nb_loc_dep_non_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="588" name="ffo_bat_nb_loc_maison" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="589" name="ffo_bat_nb_log" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="590" name="ffo_bat_nb_log_residence_principale" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="591" name="ffo_bat_nb_log_residence_secondaire" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="592" name="ffo_bat_nb_log_hlm" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="593" name="ffo_bat_nb_log_sem" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="594" name="ffo_bat_nb_log_soc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="595" name="ffo_bat_nb_log_vac" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="596" name="ffo_bat_nb_piece_principale" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="597" name="ffo_bat_nb_terrasse" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="598" name="ffo_bat_nb_terrasse_dep_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="599" name="ffo_bat_s_cave_dep_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="600" name="ffo_bat_s_dep_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="601" name="ffo_bat_s_garage_dep_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="602" name="ffo_bat_s_grenier_dep_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="603" name="ffo_bat_s_loc_com_rdc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="604" name="ffo_bat_s_loc_com_sec" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="605" name="ffo_bat_s_loc_com_ter" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="606" name="ffo_bat_s_loc_dep" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="607" name="ffo_bat_s_loc_pro_tot" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="608" name="ffo_bat_s_loc_tot" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="609" name="ffo_bat_s_log" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="610" name="ffo_bat_s_log_residence_principale" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="611" name="ffo_bat_s_log_residence_secondaire" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="612" name="ffo_bat_s_log_soc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="613" name="ffo_bat_s_terrasse_dep_incorp" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="614" name="nb_log_occ_prop_residence_principale" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="615" name="nb_log_occ_prop_residence_secondaire" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="616" name="nb_log_occ_prop_inconnu" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="617" name="nb_log_loue_hors_soc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="618" name="nb_log_loue_meuble_hors_soc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="619" name="nb_log_occ_autre" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="620" name="nb_log_vac_hors_soc" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="621" name="nb_log_vac_hlm" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="622" name="nb_log_vac_sem" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="623" name="nb_log_occ_hlm" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="624" name="nb_log_occ_sem" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="625" name="nb_log_occ_inconnu" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="626" name="hthd_nb_pdl" nullable="true" remarks="" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="627" name="hthd_l_type_pdl" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="628" name="hthd_l_nom_pdl" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="629" name="ffo_loc_locaux_immeuble_dict" nullable="true" remarks="" size="2147483647" type="json" typeCode="1111"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="630" name="merimee_distance_batiment_historique_plus_proche" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="631" name="merimee_nom_batiment_historique_plus_proche" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="632" name="pie_l_usage_principal" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="633" name="pie_l_usage_principal_detaille" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="634" name="pie_erp" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="635" name="pie_l_designation_site" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="636" name="pie_l_designation_batiment_terrain" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="637" name="pie_l_occupant" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="638" name="pie_l_ministere" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="639" name="pie_l_libelle_occupant" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="640" name="pie_l_proprietaire" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="641" name="pie_l_libelle_proprietaire" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="642" name="pie_surface" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="643" name="pie_annee_construction" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="644" name="pie_etat_de_sante_minimal" nullable="true" remarks="" size="17" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="645" name="pie_tri_dechets" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="646" name="qpv_nom_quartier" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="647" name="rnc_numero_immat_principal" nullable="true" remarks="" size="30" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="648" name="rnc_periode_construction_max" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="649" name="rnc_l_annee_construction" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="650" name="rnc_nb_lot_garpark" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="651" name="rnc_nb_lot_tot" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="652" name="rnc_nb_log" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="653" name="rnc_nb_lot_tertiaire" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="654" name="rnc_l_nom_copro" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="655" name="rnc_l_siret" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="656" name="rnc_copro_dans_pvd" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="657" name="rpls_rpls_open" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="658" name="rpls_nb_classe_ener_a" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="659" name="rpls_nb_classe_ener_b" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="660" name="rpls_nb_classe_ener_c" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="661" name="rpls_nb_classe_ener_d" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="662" name="rpls_nb_classe_ener_e" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="663" name="rpls_nb_classe_ener_f" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="664" name="rpls_nb_classe_ener_g" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="665" name="rpls_nb_classe_ener_nc" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="666" name="rpls_classe_ener_principale" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="667" name="rpls_nb_classe_ges_a" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="668" name="rpls_nb_classe_ges_b" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="669" name="rpls_nb_classe_ges_c" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="670" name="rpls_nb_classe_ges_d" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="671" name="rpls_nb_classe_ges_e" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="672" name="rpls_nb_classe_ges_f" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="673" name="rpls_nb_classe_ges_g" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="674" name="rpls_nb_classe_ges_nc" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="675" name="rpls_classe_ges_principale" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="676" name="rpls_accessible_pmr" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="677" name="rpls_dans_qpv" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="678" name="rpls_l_annee_construction" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="679" name="rpls_l_ident_org" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="680" name="rpls_l_raison_sociale" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="681" name="rpls_raison_sociale_principal" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="682" name="rpls_loyer_moyen" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="1" id="683" name="rpls_loyer_moyen_m2" nullable="true" remarks="" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="684" name="rpls_nb_loc_assoc" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="685" name="rpls_nb_log_loue" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="686" name="rpls_nb_log_vac" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="687" name="rpls_l_bat_nom" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="688" name="rpls_l_cat_org" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="689" name="rpls_l_siret" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="690" name="rpls_siret_principal" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="691" name="rpls_nb_log" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="692" name="rpls_s_log_hab" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="693" name="rpls_type_construction" nullable="true" remarks="" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="694" name="id_reseau" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="695" name="potentiel_raccordement_reseau_chaleur" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="696" name="potentiel_obligation_raccordement" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="697" name="indicateur_systeme_chauffage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="698" name="indicateur_distance_au_reseau" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="699" name="consommation_chaleur_par_rapport_distance_au_reseau" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="700" name="usage_principal_bdnb_open" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="701" name="mixite_usage_residentiel_tertiaire" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="702" name="categorie_usage_propriete" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="703" name="presence_logement_social" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="704" name="dh_moyen_2003_maison_ou_collectif_dernier_etage" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="705" name="classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="706" name="fiabilite_dh_2003_maison_ou_collectif_dernier_etage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="707" name="dh_moyen_2003_collectif_etage_courant" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="708" name="classe_plus_probable_dh_2003_collectif_etage_courant" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="709" name="fiabilite_dh_2003_collectif_etage_courant" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="710" name="alea_radon" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="711" name="alea_argile" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="712" name="alea_sismique" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="713" name="categorie_hauteur_residentiel_risque_sismique" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="714" name="classe_famille_incendie_residentiel" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="715" name="pac_faisabilite_ayant_droit" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="716" name="type_pac_ayant_droit" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="717" name="pac_faisabilite" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="718" name="type_pac" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="719" name="critere_surface_non_bati" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="720" name="critere_toiture_terrasse" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="721" name="critere_favorabilite_annee_construction_ayant_droit" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="722" name="critere_favorabilite_annee_construction" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="723" name="critere_presence_balcon_ayant_droit" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="724" name="critere_presence_balcon" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="725" name="critere_typologie_moyenne_ayant_droit" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="726" name="critere_typologie_moyenne" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="727" name="batenr_eligibilite_gmi_nappe_200" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="728" name="batenr_potentiel_geothermique_nappe" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="729" name="batenr_potentiel_implantation_puits_nappe" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="730" name="batenr_eligibilite_gmi_sonde_200" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="731" name="batenr_zone_geothermie_profonde" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="732" name="batenr_potentiel_prod_solaire_thermique_annuelle" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="733" name="batenr_potentiel_prod_solaire_thermique_ete" nullable="true" remarks="" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="734" name="batenr_favorabilite_geothermie_nappe" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="735" name="batenr_favorabilite_geothermie_sonde" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="736" name="batenr_favorabilite_solaire_thermique" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="737" name="contrainte_urbanisme_ac4" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="738" name="contrainte_urbanisme_ac2" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="739" name="contrainte_urbanisme_ac1" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="740" name="zone_plu_bati_patrimonial" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="741" name="monument_historique" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="742" name="source_monument_historique" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="743" name="denomination_monument_historique" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="744" name="distance_monument_historique" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="745" name="dpe_ter_identifiant_dpe" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="746" name="dpe_ter_type_dpe_tertiaire" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="747" name="dpe_ter_source_nouvelle_base_ademe" nullable="true" remarks="" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="748" name="dpe_ter_version" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="749" name="dpe_ter_date_etablissement_dpe" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="750" name="dpe_ter_date_reception_dpe" nullable="true" remarks="" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="751" name="dpe_ter_annee_construction_dpe" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="752" name="dpe_ter_shon" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="753" name="dpe_ter_surface_utile" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="754" name="dpe_ter_classe_conso_energie_dpe_tertiaire" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="755" name="dpe_ter_classe_emission_ges_dpe_tertiaire" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="756" name="dpe_ter_conso_dpe_tertiaire_ep_m2" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="757" name="dpe_ter_emission_ges_dpe_tertiaire_m2" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="758" name="dpe_ter_categorie_erp_dpe_tertiaire" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="759" name="dpe_ter_periode_construction_dpe" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="760" name="dpe_ter_type_erp_dpe_tertiaire" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="761" name="dpe_ter_methode_application_dpe_tertiaire" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="762" name="dpe_ter_sous_modele_dpe_tertiaire" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="763" name="dpe_ter_type_energie_chauffage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="764" name="dpe_ter_type_energie_ecs" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="765" name="dpe_ter_type_energie_climatisation" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="766" name="dpe_ter_derniere_annee_consommation" nullable="true" remarks="" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="767" name="dpe_ter_conso_autre_fossile" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="768" name="dpe_ter_conso_bois" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="769" name="dpe_ter_conso_electricite" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="770" name="dpe_ter_conso_fioul" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="771" name="dpe_ter_conso_gaz" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="772" name="dpe_ter_conso_gpl_butane_propane" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="773" name="dpe_ter_conso_reseau_chaleur" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="774" name="dpe_ter_conso_reseau_froid" nullable="true" remarks="" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="775" name="systeme_energetique_ter_source_information_principale" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="776" name="systeme_energetique_ter_score_fiabilite" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="777" name="systeme_energetique_ter_type_energie_chauffage" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="778" name="systeme_energetique_ter_type_energie_ecs" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="779" name="systeme_energetique_ter_type_energie_climatisation" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="780" name="simu_surface_surface_habitable_predite" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="781" name="simu_surface_surface_habitable_reel_ou_predite" nullable="true" remarks="" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="782" name="simu_surface_source_surface_reelle" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="783" name="organisme_certification" nullable="true" remarks="" size="8" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="784" name="annee_certification" nullable="true" remarks="" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="785" name="libelle_certification_brut" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="786" name="certification_environementale" nullable="true" remarks="" size="2147483647" type="text" typeCode="12"/>
      </table>
      <table name="batiment_groupe_contrainte_opportunite_renovation" numRows="28166274" remarks="Table de contraintes et d'opportunités à la rénovation. Cette table fournit des indicateurs pour évaluer le niveau de contraintes, d'opportunités et de faisabilité de certains gestes de rénovation en fonction de critères techniques et administratifs sur les bâtiments concernés. &#10;La table contient les indicateurs de faisabilité, contrainte ou opportunité ainsi que les critères qui ont permis d'évaluer ces indicateurs. &#10;Les indicateurs nommés &quot;ayant_droit&quot; dans cette table sont réputés plus fiables, car ils mobilisent des données foncières en complément des autres données mais sont restreintes aux ayants droits fichiers fonciers &#10;&#10;Les colonnes avec le prefix &quot;batenr_&quot; sont issues du projet [BATENR](https://www.data.gouv.fr/datasets/batenr-identification-du-potentiel-de-developpement-des-enr-thermiques-par-batiment-2025) du CEREMA qui qualifie le potentiel de développement des énergies renouvelables thermiques sur chaque bâtiment.&#10;De la documentation additionnelle sur les méthodologies utilisées pour le calcul des indicateurs batenr peut être trouvé sur le site correspondant du [CEREMA](https://reseaux-chaleur.cerema.fr/espace-documentaire/batenr)&#10;Les données mises à disposition de BATENR concernent le solaire thermique et les différentes solutions de géothermie." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="pac_faisabilite_ayant_droit" nullable="true" remarks="Indicateur sur le niveau de faisabilité technico-économique des solutions PAC calculé à partir des données ayant droits fichiers fonciers.&#10;Valeurs possibles :&#10;- forte&#10;- forte-moyenne&#10;- moyenne&#10;- moyenne-faible&#10;- faible" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="type_pac_ayant_droit" nullable="true" remarks="Type de PAC correspondant à la faisabilité fournie, la faisabilité est évaluée pour une liste de solutions techniques de pompes à chaleur, on indique ici quelle grande famille de pompe à chaleur correspond à la faisabilité maximale. Cet indicateur utilise en partie des données ayant droits fichiers fonciers.&#10;Valeurs possibles :&#10;- pac_idv : Solution PAC individuelle&#10;- pac_col : Solution PAC collective et individuelle&#10;- pac_tout_type : Solution PAC collective ou individuelle" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="pac_faisabilite" nullable="true" remarks="Indicateur sur le niveau de faisabilité technico-économique des solutions PAC calculé à partir de données non ayant droit fichiers fonciers.&#10;Valeurs possibles :&#10;- forte&#10;- forte-moyenne&#10;- moyenne&#10;- moyenne-faible&#10;- faible" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="type_pac" nullable="true" remarks="Type de PAC correspondant à la faisabilité fournie, la faisabilité est évaluée pour une liste de solutions techniques de pompes à chaleur, on indique ici quelle grande famille de pompe à chaleur correspond à la faisabilité maximale. Cet indicateur n'utilise pas de données ayant droits fichiers fonciers.&#10;Valeurs possibles :&#10;- pac_idv : Solution PAC individuelle&#10;- pac_col : Solution PAC collective et individuelle&#10;- pac_tout_type : Solution PAC collective ou individuelle" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="critere_surface_non_bati" nullable="true" remarks="Indique si plus de 50 % de la surface totale de la parcelle est une surface non bâtie. on considère qu'au delà de 50% il est possible d'aménager un local pour une pompe à chaleur collective." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="critere_toiture_terrasse" nullable="true" remarks="Indique si le bâtiment possède une toiture terrasse. On considère que si le bâtiment dispose d'une toiture terrasse alors il est possible d'aménager une pompe à chaleur collective sur le toit." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="critere_favorabilite_annee_construction_ayant_droit" nullable="true" remarks="Niveau de favorabilité de l'année de construction pour l'installation d'une PAC, selon son type. Valeurs possibles :&#10;- TF : Très favorable&#10;- MF : Modérément favorable&#10;- PF : Peu favorable" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="critere_favorabilite_annee_construction" nullable="true" remarks="Niveau de favorabilité de l'année de construction pour l'installation d'une PAC, selon son type. Valeurs possibles :&#10;- TF : Très favorable&#10;- MF : Modérément favorable&#10;- PF : Peu favorable" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="critere_presence_balcon_ayant_droit" nullable="true" remarks="Indique si le bâtiment dispose d’un balcon ou d’une terrasse. Les balcons ou terrasses sont des espaces propices à l'installation de pompes à chaleur individuelles. Cet indicateur utilise des données ayant droits fichiers fonciers." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="critere_presence_balcon" nullable="true" remarks="Indique si le bâtiment dispose d’un balcon ou d’une terrasse. Les balcons ou terrasses sont des espaces propices à l'installation de pompes à chaleur individuelles. Cet indicateur n'utilise pas de données ayant droits fichiers fonciers." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="critere_typologie_moyenne_ayant_droit" nullable="true" remarks="Indique si la typologie moyenne des appartements est adapté l’installation d’une PAC individuelle. Cet indicateur utilise des données ayant droits fichiers fonciers." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="critere_typologie_moyenne" nullable="true" remarks="Indique si la typologie moyenne des appartements permet l’installation d’une PAC individuelle. Cet indicateur n'utilise pas de données ayant droits fichiers fonciers." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="batenr_eligibilite_gmi_nappe_200" nullable="true" remarks="Indicateur sur l'éligibilité à la GMI (Géothermie de Minime Importance) pour les nappes à 200m. Valeurs possibles :&#10;- éligible&#10;- éligible avec avis expert&#10;- non éligible" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="batenr_potentiel_geothermique_nappe" nullable="true" remarks="Potentiel de géothermie sur nappe. Valeurs possibles :&#10;- zones non étudiées, non connu précisément ou d'absence de potentiel&#10;- absence de potentiel&#10;- aléatoire&#10;- non connu précisément&#10;- très faible&#10;- faible&#10;- moyen&#10;- fort &#10;- très fort" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="batenr_potentiel_implantation_puits_nappe" nullable="true" remarks="Indicateur sur l'exitence d'un espace suffisant sur la TUP du bâtiment pour l'implémentation de deux puits pour de la géothermie sur nappe." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="batenr_eligibilite_gmi_sonde_200" nullable="true" remarks="Indicateur sur l'éligibilité à la GMI (Géothermie de Minime Importance) pour l'implantation de sondes géothermiques de 100m à 200m. Valeurs possibles :&#10;- éligible&#10;- éligible avec avis expert&#10;- non éligible" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="batenr_zone_geothermie_profonde" nullable="true" remarks="Indicateur sur la présence du bâtiment dans une zone de potentiel de géothermie profonde" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="19" name="batenr_potentiel_prod_solaire_thermique_annuelle" nullable="true" remarks="Potentiel de production annuelle d'énergie solaire thermique pour l'eau chaude sanitaire du bâtiment (déterminée à partir du cadastre solaire national Cythelia utilisé dans le projet BATENR du CEREMA) - MWh/an" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="20" name="batenr_potentiel_prod_solaire_thermique_ete" nullable="true" remarks="Potentiel de production estivale (juillet et août) d'énergie solaire thermique pour l'eau chaude sanitaire du bâtiment (déterminée à partir du cadastre solaire national Cythelia utilisé dans le projet BATENR du CEREMA) - MWh/an" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="batenr_favorabilite_geothermie_nappe" nullable="true" remarks="Favorabilité à la géothermie sur nappe, indiquant si le bâtiment est considéré comme favorable au recours à un système de géothermie sur nappe." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="batenr_favorabilite_geothermie_sonde" nullable="true" remarks="Favorabilité à la géothermie sur sondes, indiquant si le bâtiment est considéré comme favorable au recours à un système de géothermie avec des sondes géothermiques verticales." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="batenr_favorabilite_solaire_thermique" nullable="true" remarks="Favorabilité au solaire thermique, indiquant si le bâtiment présente des conditions a priori favorables à l'installation de capteurs solaires thermiques en toiture." size="1" type="bool" typeCode="-7"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_contrainte_opportunite_renovation__dbt_tm_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="e2a51fe79f65ff8a64007dee012b4332" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_dle_elec_2020" numRows="543413" remarks="TABLE DEPRECIEE  Données de consommations des DLE agrégées à l'échelle du bâtiment" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="2" name="nb_pdl_res" nullable="true" remarks="Nombre de points de livraisons résidentiel" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="3" name="nb_pdl_pro" nullable="true" remarks="Nombre de points de livraisons professionel" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="4" name="nb_pdl_tot" nullable="true" remarks="Nombre total de points de livraisons" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="5" name="conso_res" nullable="true" remarks="Consommation résidentielle [kWh/an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="6" name="conso_pro" nullable="true" remarks="Consommation professionnelle [kWh/an]. En cas d'adresse qui desservent plusieurs bâtiments la consommation est répartie sur chaque bâtiment en proportion de la surface de locaux professionnels." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="7" name="conso_tot" nullable="true" remarks="Consommation totale [kWh/an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="8" name="conso_res_par_pdl" nullable="true" remarks="Consommation résidentielle par point de livraison [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="9" name="conso_pro_par_pdl" nullable="true" remarks="Consommation professionnelle par point de livraison  [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="10" name="conso_tot_par_pdl" nullable="true" remarks="Consommation totale par point de livraison  [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_dle_elec_2020__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="1e8643027125a6d0b55249e233a86b68" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_dle_elec_multimillesime" numRows="3407162" remarks="Données de consommations des données locales de l'énergie du SDES pour le vecteur éléctrique agrégées à l'échelle du bâtiment (2018-2024)&#10;ATTENTION : Cette table utilise une double clef primaire (batiment_groupe,millesime) et contient donc plusieurs lignes par batiment groupe (une par année de consommation)" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="millesime" nullable="false" remarks="Millésime des données" size="4" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="3" name="nb_pdl_res" nullable="true" remarks="Nombre de points de livraisons résidentiel" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="4" name="nb_pdl_pro" nullable="true" remarks="Nombre de points de livraisons professionel" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="5" name="nb_pdl_tot" nullable="true" remarks="Nombre total de points de livraisons" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="6" name="conso_res" nullable="true" remarks="Consommation résidentielle [kWh/an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="7" name="conso_pro" nullable="true" remarks="Consommation professionnelle [kWh/an]. En cas d'adresse qui desservent plusieurs bâtiments la consommation est répartie sur chaque bâtiment en proportion de la surface de locaux professionnels." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="8" name="conso_tot" nullable="true" remarks="Consommation totale [kWh/an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="9" name="conso_res_par_pdl" nullable="true" remarks="Consommation résidentielle par point de livraison [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="10" name="conso_pro_par_pdl" nullable="true" remarks="Consommation professionnelle par point de livraison  [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="11" name="conso_tot_par_pdl" nullable="true" remarks="Consommation totale par point de livraison  [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <primaryKey column="millesime" sequenceNumberInPK="2"/>
         <index name="batiment_groupe_dle_elec_multimillesime__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
            <column ascending="true" name="millesime"/>
         </index>
         <index name="1f5c7c3bb8a8b806a4f7bfab6be40181" unique="false">
            <column ascending="true" name="millesime"/>
         </index>
         <index name="d5a3f81759bbb7bc7b20830458b25646" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_dle_gaz_2020" numRows="167778" remarks="TABLE DEPRECIEE  Données de consommations des DLE agrégées à l'échelle du bâtiment" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="2" name="nb_pdl_res" nullable="true" remarks="Nombre de points de livraisons résidentiel" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="3" name="nb_pdl_pro" nullable="true" remarks="Nombre de points de livraisons professionel" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="4" name="nb_pdl_tot" nullable="true" remarks="Nombre total de points de livraisons" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="5" name="conso_res" nullable="true" remarks="Consommation résidentielle [kWh/an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="6" name="conso_pro" nullable="true" remarks="Consommation professionnelle [kWh/an]. En cas d'adresse qui desservent plusieurs bâtiments la consommation est répartie sur chaque bâtiment en proportion de la surface de locaux professionnels." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="7" name="conso_tot" nullable="true" remarks="Consommation totale [kWh/an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="8" name="conso_res_par_pdl" nullable="true" remarks="Consommation résidentielle par point de livraison [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="9" name="conso_pro_par_pdl" nullable="true" remarks="Consommation professionnelle par point de livraison  [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="10" name="conso_tot_par_pdl" nullable="true" remarks="Consommation totale par point de livraison  [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_dle_gaz_2020__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="6a5f10b3766080fe0178da725a4672b4" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_dle_gaz_multimillesime" numRows="1078967" remarks="Données de consommations des données locales de l'énergie du SDES pour le vecteur gaz agrégées à l'échelle du bâtiment (2018-2024)&#10;ATTENTION : Cette table utilise une double clef primaire (batiment_groupe,millesime) et contient donc plusieurs lignes par batiment groupe (une par année de consommation depuis 2018)" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="millesime" nullable="false" remarks="Millésime des données" size="4" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="3" name="nb_pdl_res" nullable="true" remarks="Nombre de points de livraisons résidentiel" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="4" name="nb_pdl_pro" nullable="true" remarks="Nombre de points de livraisons professionel" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="5" name="nb_pdl_tot" nullable="true" remarks="Nombre total de points de livraisons" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="6" name="conso_res" nullable="true" remarks="Consommation résidentielle [kWh/an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="7" name="conso_pro" nullable="true" remarks="Consommation professionnelle [kWh/an]. En cas d'adresse qui desservent plusieurs bâtiments la consommation est répartie sur chaque bâtiment en proportion de la surface de locaux professionnels." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="8" name="conso_tot" nullable="true" remarks="Consommation totale [kWh/an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="9" name="conso_res_par_pdl" nullable="true" remarks="Consommation résidentielle par point de livraison [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="10" name="conso_pro_par_pdl" nullable="true" remarks="Consommation professionnelle par point de livraison  [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="11" name="conso_tot_par_pdl" nullable="true" remarks="Consommation totale par point de livraison  [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <primaryKey column="millesime" sequenceNumberInPK="2"/>
         <index name="batiment_groupe_dle_gaz_multimillesime__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
            <column ascending="true" name="millesime"/>
         </index>
         <index name="bc17be4b6d7eac3444fc056ced2efc43" unique="false">
            <column ascending="true" name="millesime"/>
         </index>
         <index name="e7b2fe39c8a938a55d4a198ad8813801" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_dle_reseaux_2020" numRows="4848" remarks="TABLE DEPRECIEE  Données de consommations des DLE agrégées à l'échelle du bâtiment" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="2" name="nb_pdl_res" nullable="true" remarks="Nombre de points de livraisons résidentiel" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="3" name="nb_pdl_pro" nullable="true" remarks="Nombre de points de livraisons professionel" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="4" name="nb_pdl_tot" nullable="true" remarks="Nombre total de points de livraisons" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="5" name="conso_res" nullable="true" remarks="Consommation résidentielle [kWh/an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="6" name="conso_pro" nullable="true" remarks="Consommation professionnelle [kWh/an]. En cas d'adresse qui desservent plusieurs bâtiments la consommation est répartie sur chaque bâtiment en proportion de la surface de locaux professionnels." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="7" name="conso_tot" nullable="true" remarks="Consommation totale [kWh/an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="8" name="conso_res_par_pdl" nullable="true" remarks="Consommation résidentielle par point de livraison [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="9" name="conso_pro_par_pdl" nullable="true" remarks="Consommation professionnelle par point de livraison  [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="10" name="conso_tot_par_pdl" nullable="true" remarks="Consommation totale par point de livraison  [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="identifiant_reseau" nullable="true" remarks="Identifiant du reseau de chaleur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="type_reseau" nullable="true" remarks="type du réseau de chaleur" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_dle_reseaux_2020__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="212a2e4c8468a44593aebf63be58de02" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_dle_reseaux_multimillesime" numRows="8972" remarks="Données de consommations des données locales de l'énergie du SDES pour le vecteur réseau de chaleur agrégées à l'échelle du bâtiment. (2020-2024)&#10;ATTENTION : Cette table utilise une double clef primaire (batiment_groupe,millesime) et contient donc plusieurs lignes par batiment groupe (une par année de consommation)" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="millesime" nullable="false" remarks="Millésime des données" size="4" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="3" name="nb_pdl_res" nullable="true" remarks="Nombre de points de livraisons résidentiel" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="4" name="nb_pdl_pro" nullable="true" remarks="Nombre de points de livraisons professionel" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="5" name="nb_pdl_tot" nullable="true" remarks="Nombre total de points de livraisons" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="6" name="conso_res" nullable="true" remarks="Consommation résidentielle [kWh/an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="7" name="conso_pro" nullable="true" remarks="Consommation professionnelle [kWh/an]. En cas d'adresse qui desservent plusieurs bâtiments la consommation est répartie sur chaque bâtiment en proportion de la surface de locaux professionnels." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="8" name="conso_tot" nullable="true" remarks="Consommation totale [kWh/an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="9" name="conso_res_par_pdl" nullable="true" remarks="Consommation résidentielle par point de livraison [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="10" name="conso_pro_par_pdl" nullable="true" remarks="Consommation professionnelle par point de livraison  [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="11" name="conso_tot_par_pdl" nullable="true" remarks="Consommation totale par point de livraison  [kWh/pdl.an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="identifiant_reseau" nullable="true" remarks="Identifiant du reseau de chaleur" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="type_reseau" nullable="true" remarks="type du réseau de chaleur" size="2147483647" type="_text" typeCode="2003"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <primaryKey column="millesime" sequenceNumberInPK="2"/>
         <index name="batiment_groupe_dle_reseaux_multimillesime__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
            <column ascending="true" name="millesime"/>
         </index>
         <index name="4de86aba5b85b21f71b59905d36c0fbd" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="9fb4dddb3ab759b43408a6fb6a20b5f4" unique="false">
            <column ascending="true" name="millesime"/>
         </index>
      </table>
      <table name="batiment_groupe_dpe_representatif_logement" numRows="6111516" remarks="Table qui contient les DPE représentatifs de chaque bâtiment de logement. Le DPE représentatif est soit un DPE issu de l'ancien arrêté qui n'est plus en vigueur (arrêté 2012) ou d'un nouveau DPE (arrêté 2021). Pour filtrer ancien et nouveau DPE utiliser le booléen `arrete_2021`&#10;&#10;⚠️ Cette table fournit une synthèse du DPE représentatif du bâtiment.  &#10;Pour plus d’informations sur la méthode de détermination du DPE représentatif :  &#10;[https://bdnb.io/documentation/methode_traitement_dpe/](https://bdnb.io/documentation/methode_traitement_dpe/)&#10;&#10;Pour consulter l'ensemble des DPE de logements rattachés à un bâtiment,il faut utiliser les tables : &#10;&#10;- `dpe_logement`&#10;- `rel_batiment_groupe_dpe_logement`" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="identifiant_dpe" nullable="true" remarks="identifiant unique des DPE de l'ADEME." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="arrete_2021" nullable="true" remarks="précise si le DPE est un DPE qui est issu de la nouvelle réforme du DPE (arrêté du 31 mars 2021) ou s'il s'agit d'un DPE issu de la modification antérieure de 2012." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="type_dpe" nullable="true" remarks="type de DPE. Permet de préciser le type de DPE (arrêté 2012/arrêté 2021), son objet (logement, immeuble de logement, tertiaire) et la méthode de calcul utilisé (3CL conventionel,facture ou RT2012/RE2020)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="type_batiment_dpe" nullable="true" remarks="défini si le DPE a été établi pour une maison, un appartement ou un immeuble entier. Cette colonne est renseignée uniquement si la source d'information est un DPE." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="periode_construction_dpe" nullable="true" remarks="période de construction selon la segmentation par grandes périodes &quot;énergétiques&quot; du DPE." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="annee_construction_dpe" nullable="true" remarks="année de construction du logement évaluée par le DPE" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="version" nullable="true" remarks="version du DPE (arrêté 2021). Cenuméro de version permet de tracer les évolutions de modèle de données, decontexte réglementaire et de contrôle mis en place sur les DPE. Chaque nouvelle version induit un certain nombre de changements substantiels. Certaines données ne sont disponible ou obligatoires qu'à partir d'une certaine version" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="9" name="date_etablissement_dpe" nullable="true" remarks="date de l'établissement du dpe" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="10" name="date_reception_dpe" nullable="true" remarks="date de réception du DPE dans la base de données de l'ADEME" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="nombre_niveau_logement" nullable="true" remarks="nombre de niveaux du logement (maison ou appartement)" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="nombre_niveau_immeuble" nullable="true" remarks="nombre de niveaux total de l'immeuble" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="surface_habitable_immeuble" nullable="true" remarks="surface habitable totale de l'immeuble dans le cas d'un DPE appartement avec usage collectif ou d'un DPE immeuble.(surface habitable au sens du DPE)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="surface_habitable_logement" nullable="true" remarks="surface habitable du logement renseignée sauf dans le cas du dpe à l'immeuble. (surface habitable au sens du DPE)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="conso_5_usages_ep_m2" nullable="true" remarks="consommation annuelle 5 usages (ecs/chauffage/climatisation/eclairage/auxiliaires) en énergie primaire (déduit de la production pv autoconsommée) (kWhep/m²/an). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 31 mars 2021 (en vigueur actuellement)&#10;Pour les DPE avant le 1er janvier 2026, les consommations annuelles 5 usages en énergie primaire sont recalculés suite à la réforme du 1er janvier sur le [calcul du coefficient d'energie primaire](https://rt-re-batiment.developpement-durable.gouv.fr/faq-dpe-modification-du-facteur-de-conversion-en-a1021.html)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="conso_5_usages_ef_m2" nullable="true" remarks="consommation annuelle 5 usages (ecs/chauffage/climatisation/eclairage/auxiliaires)en énergie finale (déduit de la production pv autoconsommée) (kWhef/m²/an). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 31 mars 2021 (en vigueur actuellement)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="emission_ges_5_usages_m2" nullable="true" remarks="emission GES totale 5 usages rapportée au m² (déduit de la production pv autoconsommée) (ecs/chauffage/climatisation/eclairage/auxiliaires)(kgCO2/m2/an). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 31 mars 2021 (en vigueur actuellement)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="classe_bilan_dpe" nullable="true" remarks="Classe du DPE issu de la synthèse du double seuil sur les consommations énergie primaire et les émissions de CO2 sur les 5 usages (ecs/chauffage/climatisation/eclairage/auxiliaires).  valable uniquement pour les DPE appliquant la méthode de l'arrêté du 31 mars 2021 (en vigueur actuellement)&#10;Pour les DPE avant le 1er janvier 2026, les étiquettes DPE sont des étiquettes recalculées suite à la réforme du 1er janvier sur le [calcul du coefficient d'energie primaire](https://rt-re-batiment.developpement-durable.gouv.fr/faq-dpe-modification-du-facteur-de-conversion-en-a1021.html)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="classe_emission_ges" nullable="true" remarks="classe d'émission GES du DPE 5 usages (chauffage, ECS, climatisation, éclairage et auxiliaires). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 31 mars 2021 (en vigueur actuellement)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="classe_conso_energie_arrete_2012" nullable="true" remarks="classe d'émission GES du DPE 3 usages (Chauffage, ECS, Climatisation). Valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="classe_emission_ges_arrete_2012" nullable="true" remarks="classe d'emission GES du DPE 3 usages (Chauffage, ECS , Climatisation). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="conso_3_usages_ep_m2_arrete_2012" nullable="true" remarks="consommation annuelle 3 usages énergie primaire rapportée au m2 (Chauffage, ECS , Climatisation). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="emission_ges_3_usages_ep_m2_arrete_2012" nullable="true" remarks="emission GES totale 3 usages énergie primaire rapportée au m2 (Chauffage, ECS , Climatisation). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012 (kgCO2/m2/an)." size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="type_installation_chauffage" nullable="true" remarks="type d'installation de chauffage (collectif ou individuel)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="type_energie_chauffage" nullable="true" remarks="type d'énergie pour le générateur de chauffage principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="type_generateur_chauffage" nullable="true" remarks="type de générateur de chauffage principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="type_generateur_chauffage_anciennete" nullable="true" remarks="ancienneté du générateur de chauffage principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="type_energie_chauffage_appoint" nullable="true" remarks="type d'énergie pour le générateur de chauffage d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="type_generateur_chauffage_appoint" nullable="true" remarks="type de générateur de chauffage d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="type_generateur_chauffage_anciennete_appoint" nullable="true" remarks="ancienneté du générateur de chauffage d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="chauffage_solaire" nullable="true" remarks="présence de chauffage solaire" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="nb_generateur_chauffage" nullable="true" remarks="nombre de générateurs de chauffage" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="33" name="nb_installation_chauffage" nullable="true" remarks="nombre d'installation de chauffage" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="34" name="type_energie_climatisation" nullable="true" remarks="type d'énergie pour le générateur de climatisation principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="35" name="type_generateur_climatisation" nullable="true" remarks="type de générateur de climatisation principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="36" name="type_generateur_climatisation_anciennete" nullable="true" remarks="ancienneté du générateur de climatisation principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="37" name="type_installation_ecs" nullable="true" remarks="type d'installation d'eau chaude sanitaire (ECS) (collectif ou individuel)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="38" name="type_energie_ecs" nullable="true" remarks="type d'énergie pour le générateur d'eau chaude sanitaire (ECS) principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="39" name="type_generateur_ecs" nullable="true" remarks="type de générateur d'eau chaude sanitaire (ECS) principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="40" name="type_generateur_ecs_anciennete" nullable="true" remarks="ancienneté du générateur d'eau chaude sanitaire (ECS) principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="41" name="type_energie_ecs_appoint" nullable="true" remarks="type d'énergie pour le générateur d'eau chaude sanitaire (ECS) d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="42" name="type_generateur_ecs_appoint" nullable="true" remarks="type de générateur d'eau chaude sanitaire (ECS) d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="43" name="type_generateur_ecs_anciennete_appoint" nullable="true" remarks="ancienneté du générateur d'eau chaude sanitaire (ECS) d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="44" name="ecs_solaire" nullable="true" remarks="présence d'ecs solaire" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="45" name="nb_generateur_ecs" nullable="true" remarks="nombre de générateurs d'ecs" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="46" name="nb_installation_ecs" nullable="true" remarks="nombre d'installation d'ecs" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="47" name="plusieurs_facade_exposee" nullable="true" remarks="il est considéré dans le DPE qu'il y a plusieurs facades exposées au vent." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="48" name="type_ventilation" nullable="true" remarks="type de système de ventilation du logement" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="49" name="type_production_energie_renouvelable" nullable="true" remarks="type de production ENR pour le DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="50" name="type_vitrage" nullable="true" remarks="type de vitrage principal des baies vitrées du DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="51" name="type_materiaux_menuiserie" nullable="true" remarks="type de matériaux principal des menuiseries des baies vitrées du DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="52" name="type_gaz_lame" nullable="true" remarks="type de gaz injecté principalement dans la lame entre les vitrages des baies vitrées du DPE (double vitrage ou triple vitrage uniquement)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="53" name="type_fermeture" nullable="true" remarks="type de fermeture principale installée sur les baies vitrées du DPE (volet,persienne etc..)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="54" name="epaisseur_lame" nullable="true" remarks="epaisseur principale de la lame de gaz entre vitrages pour les baies vitrées du DPE." size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="55" name="vitrage_vir" nullable="true" remarks="le vitrage a été traité avec un traitement à isolation renforcé ce qui le rend plus performant d'un point de vue thermique." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="56" name="surface_vitree_nord" nullable="true" remarks="somme de la surface de baies vitrées orientées nord du DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="57" name="surface_vitree_sud" nullable="true" remarks="somme de la surface de baies vitrées orientées sud du DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="58" name="surface_vitree_ouest" nullable="true" remarks="somme de la surface de baies vitrées orientées ouest du DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="59" name="surface_vitree_est" nullable="true" remarks="somme de la surface de baies vitrées orientées est du DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="60" name="surface_vitree_horizontal" nullable="true" remarks="somme de la surface de baies vitrées horizontales du DPE (velux la plupart du temps)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="61" name="traversant" nullable="true" remarks="indicateur du côté traversant du logement." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="62" name="u_baie_vitree" nullable="true" remarks="Coefficient de transmission thermique moyen des baies vitrées en incluant le calcul de la résistance additionelle des fermetures (calcul Ujn) (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="63" name="uw" nullable="true" remarks="Coefficient de transmission thermique moyen des baies vitrées sans prise en compte des fermeture (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="64" name="facteur_solaire_baie_vitree" nullable="true" remarks="facteur de transmission du flux solaire par la baie vitrée. coefficient entre 0 et 1" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="65" name="presence_balcon" nullable="true" remarks="présence de balcons identifiés par analyse des coefficients de masques solaires du DPE." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="66" name="l_orientation_baie_vitree" nullable="true" remarks="liste des orientations des baies vitrées (enum version BDNB)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="67" name="pourcentage_surface_baie_vitree_exterieur" nullable="true" remarks="pourcentage de surface de baies vitrées rapportée à la surface totale des murs extérieurs" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="68" name="type_isolation_mur_exterieur" nullable="true" remarks="type d'isolation principal des murs donnant sur l'extérieur pour le DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="69" name="epaisseur_isolation_mur_exterieur_estim" nullable="true" remarks="epaisseur d'isolation moyenne des murs extérieurs estimée à partir de la différence entre le U de mur et le U de mur nu. Dans le cas d'une épaisseur déclarée c'est directement l'épaisseur déclarée qui est considérée, dans le cas contraire l'épaisseur est estimée aussi pour les U conventionels de la méthode 3CL DPE." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="70" name="materiaux_structure_mur_exterieur" nullable="true" remarks="matériaux ou principe constructif principal utilisé pour les murs extérieurs (enum version BDNB)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="71" name="epaisseur_structure_mur_exterieur" nullable="true" remarks="epaisseur moyenne de la partie structure du mur (sans l'isolation rapportée ni les doublages)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="72" name="surface_mur_totale" nullable="true" remarks="somme de la surface de murs totale" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="73" name="surface_mur_exterieur" nullable="true" remarks="somme de la surface  surface de murs donnant sur l'extérieur" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="74" name="surface_mur_deperditif" nullable="true" remarks="somme de la surface de murs donnant sur des locaux non chauffés et sur l'extérieur (surfaces déperditives)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="75" name="u_mur_exterieur" nullable="true" remarks="Coefficient de transmission thermique moyen des murs extérieurs (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="76" name="l_local_non_chauffe_mur" nullable="true" remarks="liste des locaux non chauffés en contact avec les murs (enum DPE 2021)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="77" name="local_non_chauffe_principal_mur" nullable="true" remarks="liste des locaux non chauffés en contact avec les murs (enum DPE 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="78" name="l_orientation_mur_exterieur" nullable="true" remarks="liste des orientations des murs donnant sur l'extérieur (enum version BDNB)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="79" name="type_isolation_plancher_bas" nullable="true" remarks="type d'isolation principal des planchers bas déperditifs pour le DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="80" name="type_plancher_bas_deperditif" nullable="true" remarks="materiaux ou principe constructif principal des planchers bas" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="81" name="surface_plancher_bas_totale" nullable="true" remarks="somme de la surface de plancher bas totale" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="82" name="surface_plancher_bas_deperditif" nullable="true" remarks="somme de la surface de plancher bas donnant sur des locaux non chauffés et sur l'extérieur (surfaces déperditives)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="83" name="u_plancher_bas_final_deperditif" nullable="true" remarks="Coefficient de transmission thermique moyen des planchers bas en prenant en compte l'atténuation forfaitaire du U lorsqu'en contact avec le sol de la méthode 3CL(W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="84" name="u_plancher_bas_brut_deperditif" nullable="true" remarks="Coefficient de transmission thermique moyen des planchers bas brut (W/m²/K) (sans application de la réduction de déperdition liée à la modélisation du contact avec le sol dans la méthode 3CL)." size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="85" name="l_local_non_chauffe_plancher_bas" nullable="true" remarks="liste des locaux non chauffés en contact avec les planchers bas (enum DPE 2021)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="86" name="local_non_chauffe_principal_plancher_bas" nullable="true" remarks="liste des locaux non chauffés en contact avec les planchers bas (enum DPE 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="87" name="type_adjacence_principal_plancher_bas" nullable="true" remarks="type d'adjacence principale des planchers bas (sont ils en contact avec l'extérieur ou un local non chauffé)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="88" name="type_isolation_plancher_haut" nullable="true" remarks="type d'isolation principal des planchers hauts déperditifs pour le DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="89" name="type_plancher_haut_deperditif" nullable="true" remarks="materiaux ou principe constructif principal des planchers hauts" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="90" name="surface_plancher_haut_totale" nullable="true" remarks="somme de la surface de plancher haut totale" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="91" name="surface_plancher_haut_deperditif" nullable="true" remarks="somme de la surface de plancher haut donnant sur des locaux non chauffés et sur l'extérieur (surfaces déperditives)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="92" name="u_plancher_haut_deperditif" nullable="true" remarks="Coefficient de transmission thermique moyen des planchers hauts (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="93" name="l_local_non_chauffe_plancher_haut" nullable="true" remarks="liste des locaux non chauffés en contact avec les planchers hauts (enum DPE 2021)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="94" name="local_non_chauffe_principal_plancher_haut" nullable="true" remarks="liste des locaux non chauffés en contact avec les planchers hauts (enum DPE 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="95" name="type_adjacence_principal_plancher_haut" nullable="true" remarks="type d'adjacence principale des planchers haut (sont ils en contact avec l'extérieur ou un local non chauffé)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="96" name="type_porte" nullable="true" remarks="type de porte du DPE (enum version DPE 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="97" name="surface_porte" nullable="true" remarks="somme de la surface de portes du DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="98" name="u_porte" nullable="true" remarks="Coefficient de transmission thermique moyen des portes (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="99" name="classe_inertie" nullable="true" remarks="classe d'inertie pour le DPE (de légère à très lourde)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="100" name="deperdition_mur" nullable="true" remarks="somme des déperditions par les murs du DPE (W/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="101" name="deperdition_baie_vitree" nullable="true" remarks="somme des déperditions par les baies vitrées du DPE (W/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="102" name="deperdition_plancher_bas" nullable="true" remarks="somme des deperditions par les planchers bas du logement (W/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="103" name="deperdition_plancher_haut" nullable="true" remarks="somme des deperditions par les planchers hauts du logement (W/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="104" name="deperdition_pont_thermique" nullable="true" remarks="somme des deperditions par les portes du DPE (W/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="105" name="deperdition_porte" nullable="true" remarks="somme des deperditions par les portes du DPE (W/K)" size="0" type="numeric" typeCode="2"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="pk_batiment_groupe_dpe_representatif_logement" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="ix_ent_groupe_dpe_representatif_logement_code_departement_inse" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_dpe_statistique_logement" numRows="6111516" remarks="Données statistiques du nombre de DPE par étiquette sur un bâtiment de logement. Pour les étiquettes DPE de l'ancien arrêté qui ne sont plus en vigueur les colonnes sont suffixées par &quot;arrete_2012&quot;" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="nb_classe_bilan_dpe_a" nullable="true" remarks="(dpe) Nombre de DPE avec une étiquette bilan DPE (double seuil énergie/ges) de classe A" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="nb_classe_bilan_dpe_b" nullable="true" remarks="(dpe) Nombre de DPE avec une étiquette bilan DPE (double seuil énergie/ges) de classe B" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="nb_classe_bilan_dpe_c" nullable="true" remarks="(dpe) Nombre de DPE avec une étiquette bilan DPE (double seuil énergie/ges) de classe C" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nb_classe_bilan_dpe_d" nullable="true" remarks="(dpe) Nombre de DPE avec une étiquette bilan DPE (double seuil énergie/ges) de classe D" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="nb_classe_bilan_dpe_e" nullable="true" remarks="(dpe) Nombre de DPE avec une étiquette bilan DPE (double seuil énergie/ges) de classe E" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="nb_classe_bilan_dpe_f" nullable="true" remarks="(dpe) Nombre de DPE avec une étiquette bilan DPE (double seuil énergie/ges) de classe F" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="nb_classe_bilan_dpe_g" nullable="true" remarks="(dpe) Nombre de DPE avec une étiquette bilan DPE (double seuil énergie/ges) de classe G" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="nb_classe_conso_energie_arrete_2012_a" nullable="true" remarks="(dpe) Nombre de DPE de la classe énergétique A. valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="nb_classe_conso_energie_arrete_2012_b" nullable="true" remarks="(dpe) Nombre de DPE de la classe énergétique B. valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="nb_classe_conso_energie_arrete_2012_c" nullable="true" remarks="(dpe) Nombre de DPE de la classe énergétique C. valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="nb_classe_conso_energie_arrete_2012_d" nullable="true" remarks="(dpe) Nombre de DPE de la classe énergétique D. valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="nb_classe_conso_energie_arrete_2012_e" nullable="true" remarks="(dpe) Nombre de DPE de la classe énergétique E. valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="nb_classe_conso_energie_arrete_2012_f" nullable="true" remarks="(dpe) Nombre de DPE de la classe énergétique F. valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="nb_classe_conso_energie_arrete_2012_g" nullable="true" remarks="(dpe) Nombre de DPE de la classe énergétique G. valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="nb_classe_conso_energie_arrete_2012_nc" nullable="true" remarks="(dpe) Nombre de DPE n'ayant pas fait l'objet d'un calcul d'étiquette énergie (DPE dits vierges). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="10" type="int4" typeCode="4"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="pk_batiment_groupe_dpe_statistique_logement" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
      </table>
      <table name="batiment_groupe_dpe_tertiaire" numRows="497601" remarks="Table de compilation des DPE tertiaire regroupant les DPE tertiaires de l'ancienne base ADEME (Base ADEME 2012-2021) et les DPE tertiaire de la nouvelle base ADEME des DPE (juillet 2021 - aujourd'hui). Attention la qualité de données et le taux de remplissage des informations change drastiquement entre les DPE de la nouvelle et de l'ancienne base peuvent sensiblement différerée. Les DPE tertiaires sont des DPE de type &quot;facture&quot; ou issu d'une étude thermique (RT2012/RE2020) pour un bâtiment neuf. Les informations techniques relatives au bâtiment sont moins bien décrites que pour les DPE logements. Le nombre d'information disponible est fortement réduit par rapport aux DPE logements.&#10;La table batiment_groupe_dpe_tertiaire ne conserve que le DPE tertiaire non vierge le plus récent associé à un groupe de bâtiments ou le dernier DPE vierge si le groupe de bâtiments n'est associé à aucun DPE non vierge" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="identifiant_dpe" nullable="true" remarks="identifiant unique des DPE de l'ADEME." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="type_dpe_tertiaire" nullable="true" remarks="le DPE tertiaire applique l'arrêté de 2006 sur le DPE et n'a pas été revu depuis. Pour le moment cette colonne vaut toujours : 'dpe 2006 tertiaire et erp'" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="source_nouvelle_base_ademe" nullable="true" remarks="le DPE tertiaire provient-il de la nouvelle base de DPE ADEME opérationelle depuis juillet 2021 ou est-il issu de l'ancienne base de données (2012-2021)" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="version" nullable="true" remarks="version du DPE (arrêté 2021). Cenuméro de version permet de tracer les évolutions de modèle de données, decontexte réglementaire et de contrôle mis en place sur les DPE. Chaque nouvelle version induit un certain nombre de changements substantiels. Certaines données ne sont disponible ou obligatoires qu'à partir d'une certaine version" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="6" name="date_etablissement_dpe" nullable="true" remarks="date de l'établissement du dpe" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="7" name="date_reception_dpe" nullable="true" remarks="date de réception du DPE dans la base de données de l'ADEME" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="annee_construction_dpe" nullable="true" remarks="année de construction du logement évaluée par le DPE" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="shon" nullable="true" remarks="surface hors œuvre nette du bâtiment. Attention : cette notion est parfois confondue avec la surface chauffée et saisie égale à la surface chauffée = surface utile *1.1. Cette donnée est donc à utiliser avec beaucoup de précaution" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="surface_utile" nullable="true" remarks="surface utile du bâtiment. Donnée peu fiable dans les DPE tertiaires" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="classe_conso_energie_dpe_tertiaire" nullable="true" remarks="classe de consommation d'energie primaire du DPE tertiaire suivant l'arrêté de 2006 concernant les DPE tertiaires (non révisé en 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="classe_emission_ges_dpe_tertiaire" nullable="true" remarks="classe d'emission GES du DPE tertiaire suivant l'arrêté de 2006 concernant les DPE tertiaires (non révisé en 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="conso_dpe_tertiaire_ep_m2" nullable="true" remarks="consommation d'energie primaire du DPE tertiaire suivant l'arrêté de 2006 concernant les DPE tertiaires (non révisé en 2021)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="emission_ges_dpe_tertiaire_m2" nullable="true" remarks="emission GES du DPE tertiaire suivant l'arrêté de 2006 concernant les DPE tertiaires (non révisé en 2021)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="categorie_erp_dpe_tertiaire" nullable="true" remarks="categorie d'ERP du DPE tertiaire" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="periode_construction_dpe" nullable="true" remarks="période de construction selon la segmentation par grandes périodes &quot;énergétiques&quot; du DPE." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="type_erp_dpe_tertiaire" nullable="true" remarks="type d'ERP pour le DPE tertiaire, si l'usage du bâtiment est un bureau non ERP cela est précisé. Si le bâtiment n'est ni un ERP, ni une partie de bâtiment à usage de bureau alors il est identifié comme &quot;autres tertiaires non erp&quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="methode_application_dpe_tertiaire" nullable="true" remarks="methode d'application du DPE tertiaire (facture, vierge ou neuf)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="sous_modele_dpe_tertiaire" nullable="true" remarks="sous modèle de DPE tertiaire correspondant aux catégories en vigueur (https://rt-re-batiment.developpement-durable.gouv.fr/dpe-tertiaire-r378.html)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="type_energie_chauffage" nullable="true" remarks="type d'énergie pour le générateur de chauffage principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="type_energie_ecs" nullable="true" remarks="type d'énergie pour le générateur d'eau chaude sanitaire (ECS) principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="type_energie_climatisation" nullable="true" remarks="type d'énergie pour le générateur de climatisation principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="derniere_annee_consommation" nullable="true" remarks="dernière année de consommation utilisée pour le calcul du DPE tertiaire" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="conso_autre_fossile" nullable="true" remarks="consommation d'autres combustibles fossiles (hors fioul , gaz, butane) pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="conso_bois" nullable="true" remarks="consommation de bois pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="conso_electricite" nullable="true" remarks="consommation d'électricité pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="conso_fioul" nullable="true" remarks="consommation de fioul pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="conso_gaz" nullable="true" remarks="consommation de gaz de ville pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="conso_gpl_butane_propane" nullable="true" remarks="consommation de gaz citerne (gpl,butane ou propane) pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="conso_reseau_chaleur" nullable="true" remarks="consommation d'énergie calorifique fournie par un réseau de chaleur pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="conso_reseau_froid" nullable="true" remarks="consommation d'énergie calorifique fournie par un réseau de froid pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_dpe_tertiaire__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="3558ebd7a540fd45d3ee3806e822dda5" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_dvf" numRows="6717587" remarks="Données des mutations issues des valeurs foncières agrégées à l'échelle du bâtiment. Les départements 57, 67 et 68 sont absents de jeu de données.&#10;les données sont des statistiques sur les transactions immobilières ayant eu lieue sur le bâtiment&#10;Cette table correspond à la version « ayants droit fichiers fonciers » de la table `batiment_groupe_dvf_open_statistique`." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="2" name="valeur_fonciere_min" nullable="true" remarks="(dv3f) valeur foncière minimale parmi les locaux du bâtiment rapporté au m² habitable (SHAB) [€/m²]" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="3" name="valeur_fonciere_max" nullable="true" remarks="(dv3f) valeur foncière maximale parmi les locaux du bâtiment rapporté au m² habitable (SHAB)[€/m²]" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="4" name="valeur_fonciere_med" nullable="true" remarks="(dv3f) médiane des valeurs foncières  rapporté au m² habitable (SHAB) [€/m²]" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="5" name="valeur_fonciere_mean" nullable="true" remarks="(dv3f) valeur foncière moyenne des locaux du bâtiment rapporté au m² habitable (SHAB) [€/m²]" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="6" name="valeur_fonciere_mean_t1" nullable="true" remarks="(dv3f) valeur foncière moyenne des locaux du bâtiment rapporté au m² habitable (SHAB) [€/m²]" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="7" name="valeur_fonciere_mean_t2" nullable="true" remarks="(dv3f) valeur foncière moyenne des locaux du bâtiment rapporté au m² habitable (SHAB) [€/m²]" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="8" name="valeur_fonciere_mean_t3" nullable="true" remarks="(dv3f) valeur foncière moyenne des locaux du bâtiment rapporté au m² habitable (SHAB) [€/m²]" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="2" id="9" name="valeur_fonciere_mean_t4sup" nullable="true" remarks="(dv3f) valeur foncière moyenne des locaux du bâtiment rapporté au m² habitable (SHAB) [€/m²]" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="nb_mutation_annee" nullable="true" remarks="nombre moyen de mutations par an dans le bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="nb_loc" nullable="true" remarks="(ffo) Nombre de locaux `nlocal`" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="nb_log" nullable="true" remarks="nombre de logements du local concerné par la transaction immobilière" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="nb_log_soc" nullable="true" remarks="(ffo) Nombre de logements sociaux dans le bâtiment (nb_log_soc = nb_log_sem + nb_log_hlm)" size="10" type="int4" typeCode="4"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_dvf__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="9ab1bf2aea91efc82d4f07ae14c4e540" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_dvf_logtype" numRows="6717587" remarks="Données des mutations issues des valeurs foncières agrégées à l'échelle du bâtiment. Les départements 57, 67 et 68 sont absents de jeu de données.&#10;&#10;Les données correspondent à la transaction représentative des transactions de locaux ayant eu lieu sur ce bâtiment. &#10;Le local représentatif est un logement (en cas de bâtiment mixte) choisi pour représenter le type de logement le plus fréquent (basé sur le nombre de pièces).&#10;La transaction la plus récente correspondant à ce logement est remontée dans cette table.&#10;&#10;Cette table correspond à la version « ayants droit fichiers fonciers » de la table `batiment_groupe_dvf_open_representatif`." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="id_locmut" nullable="true" remarks="identifiant du couple (local, mutation) pour la transaction immobilière" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="local_id" nullable="true" remarks="identifiant du local dans les Fichiers Fonciers (Concaténation de ccodep, invar)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="id_mutation" nullable="true" remarks="identifiant de la mutation dans les Fichiers Fonciers" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="usage_simple" nullable="true" remarks="(dv3f:dteloc) usage du local (1:résidentiel individuel, 2:résidentiel collectif, 3:dependance, 4:commercial)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="usage_simple_txt" nullable="true" remarks="(dv3f) usage du local explicite" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="usage_detail" nullable="true" remarks="(dv3f:cconlc) type de local" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="usage_detail_txt" nullable="true" remarks="(dv3f) type de local explicite" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="code_naf" nullable="true" remarks="code de l'activité principale selon la nomenclature NAF du local concerné par la transaction immobilière" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="code_naf_txt" nullable="true" remarks="activité principale selon la nomenclature NAF du local concerné par la transaction immobilière" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="bureau" nullable="true" remarks="vaut True si le local du local concerné par la transaction immobilière est un bureau" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="habitation" nullable="true" remarks="vaut True si du local concerné par la transaction immobilière est une habitation pour la transaction immobilière" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="logsoc" nullable="true" remarks="vaut True si le local concerné par la transaction immobilière est un logement social pour la transaction immobilière" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="vacant" nullable="true" remarks="(dv3f) vaut True si le local est vacant" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="s_bati" nullable="true" remarks="(dv3f) surface du bati [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="s_hab" nullable="true" remarks="surface habitable du local concerné par la transaction immobilière [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="s_dep" nullable="true" remarks="(dv3f) surface occupée par les dépendances [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="s_pro" nullable="true" remarks="(dv3f) surface d'usage professionel [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="nb_salle_a_mange" nullable="true" remarks="nombre de salle à manger du local concerné par la transaction immobilière" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="nb_chambre" nullable="true" remarks="nombre de chambre du local concerné par la transaction immobilière" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="nb_kitchenette" nullable="true" remarks="nombre de cuisines dont la surface est inférieure ou égale à 8m² du local concerné par la transaction immobilière" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="nb_cuisine" nullable="true" remarks="nombre de cuisine dont la surface est supérieure ou égale à 9m² du local concerné par la transaction immobilière" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="nb_salle_d_eau" nullable="true" remarks="nombre de salle d'eau du local concerné par la transaction immobilière" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="nb_annexe" nullable="true" remarks="nombre de pièces annexes du local concerné par la transaction immobilière" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="nb_piece_principale" nullable="true" remarks="Nombre de pièces principales de la résidence individuelle ou collective ayant muté. Cet indicateur est disponible lorsqu'une unique résidence individuelle ou collective a mutée." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="nb_dep" nullable="true" remarks="nombre de dépendances du local concerné par la transaction immobilière" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="nb_garage" nullable="true" remarks="nombre de garage du local concerné par la transaction immobilière" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="nb_agrement" nullable="true" remarks="nombre de partie d'agréement du local concerné par la transaction immobilière" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="nb_terrasse" nullable="true" remarks="(ffo) Nombre de terrasses (incorporées + annexes non incorporées)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="nb_piscine" nullable="true" remarks="nombre de piscine du local concerné par la transaction immobilière" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="nb_cave_cellier_remise" nullable="true" remarks="nombre de pièce de type cave, grenier, cellier, remise du local concerné par la transaction immobilière" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="annee_constr" nullable="true" remarks="année de construction du local concerné par la transaction immobilière" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="33" name="etage" nullable="true" remarks="étage (R+1 = 1) du local concerné par la transaction immobilière" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="34" name="valeur_loc" nullable="true" remarks="(dv3f) valeur locative estimée du local [€]" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="35" name="valeur_fonciere_par_m2_hab" nullable="true" remarks="(dv3f) valeur foncière du local par m² habitable [€/m²]" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="36" name="valeur_fonciere_par_m2_bati" nullable="true" remarks="(dv3f) valeur foncière du local par m² de bati [€/m²]" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="37" name="valeur_fonciere_par_m2_terrain" nullable="true" remarks="(dv3f) valeur foncière du local par m² de terrain [€/m²]" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="38" name="valeur_fonciere_brute" nullable="true" remarks="(dv3f) valeur foncière totale de la mutation [€]" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="39" name="s_hab_mutation" nullable="true" remarks="(dv3f) surface habitable totale comprise dans la mutation [m²]" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="40" name="s_bati_mutation" nullable="true" remarks="(dv3f) surface de bati totale comprise dans la mutation [m²]" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="41" name="s_terrain_mutation" nullable="true" remarks="(dv3f) surface de terrain totale comprise dans la mutation [m²]" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="42" name="date_mutation" nullable="true" remarks="date de la mutation pour la transaction immobilière" size="13" type="date" typeCode="91"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_dvf_logtype__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="cc5c61da399b63598da07f1cc9f375e9" unique="false">
            <column ascending="true" name="id_locmut"/>
         </index>
         <index name="ea41846efbe173efbd6cb8e31e5a1aa3" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="eb7df011e769496911e8974ac0602e35" unique="false">
            <column ascending="true" name="local_id"/>
         </index>
      </table>
      <table name="batiment_groupe_dvf_open_representatif" numRows="6877111" remarks="Données des mutations issues des valeurs foncières agrégées à l'échelle du bâtiment. Les départements 57, 67 et 68 sont absents de jeu de données.&#10;&#10;Les données correspondent à la transaction représentative des transactions de locaux ayant eu lieu sur ce bâtiment. &#10;Le local représentatif est un logement (en cas de bâtiment mixte) choisi pour représenter le type de logement le plus fréquent (basé sur le nombre de pièces).&#10;La transaction la plus récente correspondant à ce logement est remontée dans cette table.&#10;&#10;Cette table correspond à la version « open_data » de la table `batiment_groupe_dvf_logtype`." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="id_opendata" nullable="true" remarks="Identifiant open data de la mutation." size="60" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="valeur_fonciere" nullable="true" remarks="Valeur foncière en euros de la mutation représentative. [€]" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="date_mutation" nullable="true" remarks="date de la mutation pour la transaction immobilière" size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nb_locaux_mutee_mutation" nullable="true" remarks="Nombre de locaux ayant mutés lors de la mutation représentative." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="nb_maison_mutee_mutation" nullable="true" remarks="Nombre de maisons ayant mutées lors de la mutation représentative." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="nb_appartement_mutee_mutation" nullable="true" remarks="Nombre d'appartements ayant mutés lors de la mutation représentative." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="nb_dependance_mutee_mutation" nullable="true" remarks="Nombre de dépendances ayant mutées lors de la mutation représentative." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="nb_locaux_tertiaire_mutee_mutation" nullable="true" remarks="Nombre de locaux tertiaires ayant mutés lors de la mutation représentative." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="surface_bati_mutee_residencielle_individuelle" nullable="true" remarks="Surface de bâti associée à des résidences individuelles ayant mutées lors de la mutation représentative [m²]." size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="surface_bati_mutee_residencielle_collective" nullable="true" remarks="Surface de bâti associée à des résidences collectives ayant mutées lors de la mutation représentative [m²]." size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="surface_bati_mutee_dependance" nullable="true" remarks="Surface de bâti associée à des dépendances ayant mutées lors de la mutation représentative [m²]." size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="surface_bati_mutee_tertiaire" nullable="true" remarks="Surface de bâti associée à du tertiaire ayant mutées lors de la mutation représentative [m²]." size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="surface_terrain_mutee" nullable="true" remarks="Surface de terrain ayant muté lors de la mutation représentative [m²]." size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="nb_piece_principale" nullable="true" remarks="Nombre de pièces principales de la résidence individuelle ou collective ayant muté. Cet indicateur est disponible lorsqu'une unique résidence individuelle ou collective a mutée." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="prix_m2_local" nullable="true" remarks="Prix au m² de bâti en euros lors de la mutation. Cet indicateur n'est disponible que pour des transactions dont uniquement les locaux (résidences individuelles + dépendances) ou (résidences collectives + dépendances) ont mutées [€]" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="prix_m2_terrain" nullable="true" remarks="Prix au m² du terrain en euros lors de la mutation. Cet indicateur n'est disponible que pour des transactions dont uniquement les locaux (résidences individuelles + dépendances) ou (résidences collectives + dépendances) ont mutées [€]" size="0" type="numeric" typeCode="2"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_dvf_open_representatif__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="8beaa69aad3a390a84d1e324c8ba6bdb" unique="false">
            <column ascending="true" name="id_opendata"/>
         </index>
         <index name="b1a4bd0937a33186cfc48ff04922078a" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_dvf_open_statistique" numRows="6877111" remarks="Données des mutations issues des valeurs foncières agrégées à l'échelle du bâtiment. Les départements 57, 67 et 68 sont absents de jeu de données.&#10;les données sont des statistiques sur les transactions immobilières ayant eu lieue sur le bâtiment&#10;Cette table correspond à la version  « open_data » de la table `batiment_groupe_dvf`." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="nb_mutation" nullable="true" remarks="Nombre de mutations qui ont eu lieu sur le batiment_groupe (sur la période de référence des DVF)." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="valeur_fonciere_median" nullable="true" remarks="Valeur foncière médiane en euros calculée sur l'ensemble des mutations qui ont eu lieu sur le batiment_groupe." size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="valeur_fonciere_moyenne" nullable="true" remarks="Valeur foncière moyenne en euros calculée sur l'ensemble des mutations qui ont eu lieu sur le batiment_groupe." size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="valeur_fonciere_max" nullable="true" remarks="(dv3f) valeur foncière maximale parmi les locaux du bâtiment rapporté au m² habitable (SHAB)[€/m²]" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="valeur_fonciere_min" nullable="true" remarks="(dv3f) valeur foncière minimale parmi les locaux du bâtiment rapporté au m² habitable (SHAB) [€/m²]" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="prix_m2_local_median" nullable="true" remarks="Prix médian au m2 de bâti en euros calculé à partir des transactions dont uniquement des locaux (résidences individuelles + dépendances) ou (résidences collectives + dépendances) ont mutées" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="prix_m2_local_moyen" nullable="true" remarks="Prix moyen au m2 de bâti en euros calculé à partir des transactions dont uniquement des locaux (résidences individuelles + dépendances) ou (résidences collectives + dépendances) ont mutées" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="prix_m2_local_max" nullable="true" remarks="Prix maximale au m2 de bâti en euros calculé à partir des transactions dont uniquement des locaux (résidences individuelles + dépendances) ou (résidences collectives + dépendances) ont mutées" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="prix_m2_local_min" nullable="true" remarks="Prix minimale au m2 de bâti en euros calculé à partir des transactions dont uniquement des locaux (résidences individuelles + dépendances) ou (résidences collectives + dépendances) ont mutées" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="prix_m2_terrain_median" nullable="true" remarks="Prix médian au m2 de terrain en euros calculé à partir des transactions dont uniquement des locaux (résidences individuelles + dépendances) ou (résidences collectives + dépendances) ont mutées" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="prix_m2_terrain_moyen" nullable="true" remarks="Prix moyen au m2 de terrain en euros calculé à partir des transactions dont uniquement des locaux (résidences individuelles + dépendances) ou (résidences collectives + dépendances) ont mutées" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="prix_m2_terrain_max" nullable="true" remarks="Prix maximale au m2 de terrain en euros calculé à partir des transactions dont uniquement des locaux (résidences individuelles + dépendances) ou (résidences collectives + dépendances) ont mutées" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="prix_m2_terrain_min" nullable="true" remarks="Prix minimale au m2 de terrain en euros calculé à partir des transactions dont uniquement des locaux (résidences individuelles + dépendances) ou (résidences collectives + dépendances) ont mutées" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="nb_locaux_mutee" nullable="true" remarks="Nombre de locaux qui ont mutés sur le batiment_groupe (sur la période de référence des DVF)." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="nb_maisons_mutee" nullable="true" remarks="Nombre de maisons qui ont mutées sur le batiment_groupe (sur la période de référence des DVF)." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="nb_appartement_mutee" nullable="true" remarks="Nombre d'appartements qui ont mutés sur le batiment_groupe (sur la période de référence des DVF)." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="nb_dependance_mutee" nullable="true" remarks="Nombre de dépendances qui ont mutées sur le batiment_groupe (sur la période de référence des DVF)." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="nb_locaux_tertiaire_mutee" nullable="true" remarks="Nombre de locaux tertiaires qui ont mutés sur le batiment_groupe (sur la période de référence des DVF)." size="10" type="int4" typeCode="4"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_dvf_open_statistique__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="22cdcc872f60cc619004f7d6fab297fb" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_energie" numRows="549741" remarks="Dans cette table réservée aux ayants droits fichiers fonciers, il est calculé une consommation rapportée à la surface à partir des données locales de l'énergie et des fichiers fonciers sur la dernière année des données locales de l'énergie&#10;[TABLE DÉPRÉCIÉE] : les résultats de cette table seront intégrés directement dans les tables `batiment_groupe_dle_elec`, `batiment_groupe_dle_gaz` et `batiment_groupe_dle_reseau_multimillesime` dans une future version de la BDNB." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="2" name="dle_elec_conso_res_par_m2" nullable="true" remarks="consommation electrique résidentielle ramené au m² (en surface résidentielle) [kWh/m².an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="3" name="dle_elec_conso_pro_par_m2" nullable="true" remarks="consommation electrique professionnelle ramené au m² (en surface résidentielle) [kWh/m².an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="4" name="dle_elec_conso_tot_par_m2" nullable="true" remarks="consommation electrique totale ramené au m² (en surface résidentielle) [kWh/m².an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="5" name="dle_gaz_conso_res_par_m2" nullable="true" remarks="consommation gaz résidentielle ramené au m² (en surface résidentielle) [kWh/m².an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="6" name="dle_gaz_conso_pro_par_m2" nullable="true" remarks="consommation gaz professionnelle ramené au m² (en surface résidentielle) [kWh/m².an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="7" name="dle_gaz_conso_tot_par_m2" nullable="true" remarks="consommation gaz totale ramené au m² (en surface résidentielle) [kWh/m².an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="8" name="dle_reseau_conso_res_par_m2" nullable="true" remarks="consommation RC résidentielle ramenée au m² (en surface résidentielle) [kWh/m².an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="9" name="dle_reseau_conso_pro_par_m2" nullable="true" remarks="consommation RC professionnelle ramenée au m² (en surface résidentielle) [kWh/m².an]" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="10" name="dle_reseau_conso_tot_par_m2" nullable="true" remarks="consommation RC totale ramenée au m² (en surface résidentielle) [kWh/m².an]" size="17" type="numeric" typeCode="2"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_energie__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="a60ddbb8f75f44d79818932870bcf413" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_ffo_bat" numRows="22310986" remarks="Données issues du traitement des fichiers fonciers pour ce bâtiment.&#10;&#10;Caractéristiques :&#10;- Les quantitatifs (nombre de locaux, surfaces) sont calculés comme la somme des locaux et de leurs surfaces sur l’ensemble des bâtiments fonciers idbat constitutifs du groupe de bâtiments de la BDNB.&#10;- Les données d’usages sont une synthèse des différents usages identifiés dans les fichiers fonciers.&#10;&#10;⚠️ Recommandation :&#10;Pour l’usage des bâtiments, il est désormais conseillé d’utiliser la table `batiment_groupe_synthese_propriete_usage`, qui corrige les usages en intégrant des données complémentaires, notamment pour les bâtiments publics.&#10;&#10;⚠️ Occupation des logements :&#10;&#10;l'occupation des logements est très majoritairement reprise des fichiers fonciers 2024 suite à la suppression de la taxe foncière [(en savoir plus)](https://doc-datafoncier.cerema.fr/doc/guide/ff/ccthp-occupation-du-local-dhabitation)&#10;&#10;une évolution des variables d'occupation des logements a été introduite aussi dans la table depuis la 2026-02.a&#10;&#10;colonnes d'occupation dépréciées :&#10;&#10;- nb_log_loue&#10;- nb_log_loue_autre&#10;- nb_log_loue_meuble&#10;- nb_log_residence_principale&#10;- nb_log_residence_secondaire&#10;&#10;nouvelles colonnes d'occupations : &#10;&#10;- nb_log_occ_prop_residence_principale&#10;- nb_log_occ_prop_residence_secondaire&#10;- nb_log_occ_prop_inconnu&#10;- nb_log_loue_hors_soc&#10;- nb_log_loue_meuble_hors_soc&#10;- nb_log_occ_autre&#10;- nb_log_vac_hors_soc&#10;- nb_log_vac_hlm&#10;- nb_log_vac_sem&#10;- nb_log_occ_hlm&#10;- nb_log_occ_sem&#10;- nb_log_occ_inconnu&#10;&#10;la somme de toutes ces colonnes donne le nombre de logement total du bâtiment" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="emprise_sol_deduite_sans_park_incorp" nullable="true" remarks="Emprise au sol déduite du bâtiment (les dépendances incorporées et non incorporées sont excluses de cette grandeur), utilisée dans la méthodologie d'appariement des entrées `bâtiments` FF-BDTopo [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="presence_ch_central" nullable="true" remarks="(ffo) Présence d'une installation centralisée de chauffage" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="raccord_eau" nullable="true" remarks="(ffo) Présence d'un raccordement à l'eau" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="raccord_egout" nullable="true" remarks="(ffo) Présence d'un raccordement à un tout-à-l'égout" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="raccord_elec" nullable="true" remarks="(ffo) Présence d'un raccordement à l'électricité" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="l_loc_sec_txt" nullable="true" remarks="liste des usages des locaux secondaires (traitement CSTB de la variable cconlc)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="l_pev_etat_entretien" nullable="true" remarks="(ffo) Etat d'entretien des parties d'évaluation" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="mat_mur" nullable="true" remarks="(ffo) indicateur Matériau principal des murs extérieurs" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="mat_toit" nullable="true" remarks="(ffo) indicateur Matériau principal des toitures" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="nb_adresse" nullable="true" remarks="Nombre d'adresses" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="nb_baignoire" nullable="true" remarks="(ffo) Nombre de baignoire" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="nb_douche" nullable="true" remarks="(ffo) Nombre de douche" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="nb_niveau" nullable="true" remarks="(ffo) Nombre de niveau du bâtiment (ex: RDC = 1, R+1 = 2, etc..)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="nb_lavabo" nullable="true" remarks="(ffo) Nombre de lavabo" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="nb_loc_burx" nullable="true" remarks="(ffo) Nombre de locaux présentant au moins un bureau déclaré" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="nb_loc_com_sec" nullable="true" remarks="(ffo) Nombre de locaux d'activité secondaire" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="nb_loc_com_ter" nullable="true" remarks="(ffo) Nombre de locaux d'activité tertiaire (commercial, bureau, etc.)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="nb_loc_hab" nullable="true" remarks="DEPRECIEE : utiliser `nb_log` (ffo) Nombre de locaux d'habitation" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="nb_log_pevph" nullable="true" remarks="DEPRECIEE : (ffo) Nombre de parties principales d'habitation dans les PEV" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="nb_pev_pro" nullable="true" remarks="(ffo) Nombre de parties d'évaluation de type `professionnel`" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="nb_piece_annexe" nullable="true" remarks="(ffo) Nombre de pièces annexes" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="nb_piece_tx" nullable="true" remarks="(ffo) Nombre de pièces principales" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="nb_piscine" nullable="true" remarks="nombre de piscine du local concerné par la transaction immobilière" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="nb_sdb" nullable="true" remarks="(ffo) Nombre de salles d’eau" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="nb_wc" nullable="true" remarks="(ffo) Nombre de WC" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="s_dep_non_incorp" nullable="true" remarks="(ffo) Surface totale des dépendances (non intégrées au local) sur la parcelle (Utilisation de l'attribut dsudep, nul si npevd nul) [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="s_loc_appt" nullable="true" remarks="(ffo) Somme des surfaces de locaux de type &quot;appartement&quot; [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="s_loc_com" nullable="true" remarks="(ffo) Somme des surfaces de locaux de type `commercial ou industriel` [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="s_loc_dep_incorp" nullable="true" remarks="(ffo) Somme des surfaces de locaux de type `dépendance` incorporés à des locaux [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="s_loc_dep_non_incorp" nullable="true" remarks="(ffo) Somme des surfaces de locaux de type `dépendance` incorporés à la pev [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="s_loc_hors_sol_avec_dep" nullable="true" remarks="Somme des surfaces de locaux, dépendances non inporporées incluses, par niveau en surface [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="33" name="s_loc_hors_sol_non_dep_inc" nullable="true" remarks="Somme des surfaces de locaux, dépendances inporporées et non incorporées non incluses, par niveau en surface [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="34" name="s_loc_hors_sol_non_dep" nullable="true" remarks="Somme des surfaces de locaux, dépendances non inporporées, par niveau en surface [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="35" name="s_loc_mi" nullable="true" remarks="(ffo) Somme des surfaces de locaux de type &quot;maison&quot; [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="36" name="s_loc_pro_princetdepcouv" nullable="true" remarks="(ffo) Surface des parties principales et secondaires couvertes du local professionnel [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="37" name="s_log_hlm" nullable="true" remarks="(ffo) Surface de locaux de type social [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="38" name="s_log_sem" nullable="true" remarks="(ffo) Surface de locaux de type logement SEM [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="39" name="s_max_hors_sol_avec_dep" nullable="true" remarks="Maximum des surfaces de locaux, dépendances non incorporées incluses, par niveau en surface [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="40" name="s_max_hors_sol_non_dep_inc" nullable="true" remarks="Maximum des surfaces de locaux, dépendances non incorporées non incluses, par niveau en surface [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="41" name="s_max_hors_sol_non_dep" nullable="true" remarks="Maximum des surfaces de locaux, dépendances incorporées et non incorporées non incluses, par niveau en surface [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="42" name="s_pev_dep" nullable="true" remarks="(ffo) Somme des surfaces de dépendance du bâtiment, calculé à partir des surfaces `dsudep` définies à l'échelle de la table `pb60_pevdependance` [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="43" name="s_pev_pro" nullable="true" remarks="(ffo) Somme des surfaces de parties principales des PEV professionnelles du bâtiment, calculé à partir des surfaces `dsup1` définies à l'échelle de la table `pb50_pevprofessionnelle` [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="44" name="annee_construction" nullable="true" remarks="Année de construction du bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="45" name="emprise_sol_deduite" nullable="true" remarks="Emprise au sol déduite (brute), utilisée dans la méthodologie d'appariement des entrées `bâtiments` FF-BDTopo [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="46" name="presence_ascenseur" nullable="true" remarks="(ffo) Présence d'ascenseur" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="47" name="presence_bureau" nullable="true" remarks="(ffo) Présence de bureau" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="48" name="presence_escalier" nullable="true" remarks="(ffo) Présence d'un escalier" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="49" name="raccord_gaz" nullable="true" remarks="(ffo) Présence d'un raccordement au gaz" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="50" name="presence_sous_sol" nullable="true" remarks="(ffo) Tous les locaux sont localisés en sous-sol" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="51" name="presence_videordure" nullable="true" remarks="(ffo) Présence d'un système de vide-ordure" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="52" name="usage_principal" nullable="true" remarks="Usage principal du bâtiment déterminé à partir des nombres de locaux par catégorie (DEPRECATED)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="53" name="usage_niveau_1" nullable="true" remarks="indicateur d'usage simplifié du batiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="54" name="usage_niveau_1_txt" nullable="true" remarks="indicateurs d'usage simplifié du bâtiment (verbose)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="55" name="usage_niveau_2" nullable="true" remarks="indicateur d'usage un peu plus précis du batiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="56" name="usage_niveau_2_txt" nullable="true" remarks="indicateur d'usage un peu plus précis du bâtiment (verbose)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="57" name="usage_niveau_3" nullable="true" remarks="indicateur d'usage précis du bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="58" name="usage_niveau_3_txt" nullable="true" remarks="indicateur d'usage précis du bâtiment (verbose)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="59" name="l_usage_niveau_1" nullable="true" remarks="indicateur d'usage simplifié du batiment" size="10" type="_int4" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="60" name="l_usage_niveau_1_txt" nullable="true" remarks="indicateurs d'usage simplifié du bâtiment (verbose)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="61" name="l_usage_niveau_2" nullable="true" remarks="indicateur d'usage un peu plus précis du batiment" size="10" type="_int4" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="62" name="l_usage_niveau_2_txt" nullable="true" remarks="indicateur d'usage un peu plus précis du bâtiment (verbose)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="63" name="l_usage_niveau_3" nullable="true" remarks="indicateur d'usage précis du bâtiment" size="10" type="_int4" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="64" name="l_usage_niveau_3_txt" nullable="true" remarks="indicateur d'usage précis du bâtiment (verbose)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="65" name="l_usage_mixite" nullable="true" remarks="mixité des usages du batiment" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="66" name="usage_mixite_global" nullable="true" remarks="mixité des usages du bâtiment simplifiée" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="67" name="l_loc_dep_incorp" nullable="true" remarks="liste des dépendances intégrées au bâtiment (traitement cstb des variables cconad : 1,2,3,4)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="68" name="l_loc_dep_non_incorp" nullable="true" remarks="liste des dépendances non intégrées au bâtiment (traitement cstb de la variable cconad)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="69" name="l_loc_sec" nullable="true" remarks="liste des usages des locaux secondaires (traitement cstb de la variable cconlc)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="70" name="l_loc_ter" nullable="true" remarks="liste des usages des locaux tertiaire (traitement cstb des variables cconlc et typeact)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="71" name="l_code_naf" nullable="true" remarks="(ffo) Liste des codes NAF" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="72" name="l_code_naf_txt" nullable="true" remarks="(ffo) Liste des libellés des codes NAF" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="73" name="mat_mur_txt" nullable="true" remarks="(ffo) Matériaux principal des murs extérieurs" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="74" name="mat_toit_txt" nullable="true" remarks="(ffo) Matériau principal des toitures" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="75" name="nb_cave_dep_incorp" nullable="true" remarks="(ffo) Nombre de cave, comptées comme dépendances incorporées" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="76" name="nb_garage_dep_incorp" nullable="true" remarks="(ffo) Nombre de garage, comptées comme dépendances incorporées" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="77" name="nb_garpark" nullable="true" remarks="(ffo) Nombre de pièces annexes de type garages / parking" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="78" name="nb_grenier_dep_incorp" nullable="true" remarks="(ffo) Nombre de greniers, comptées comme dépendances incorporées" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="79" name="nb_loc" nullable="true" remarks="(ffo) Nombre de locaux `nlocal`" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="80" name="nb_loc_appt" nullable="true" remarks="(ffo) Nombre de locaux de type appartement (`nlocappt`)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="81" name="nb_loc_com" nullable="true" remarks="(ffo) Nombre de locaux d'activité commerciale ou industrielle (`nloccom`)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="82" name="nb_loc_com_rdc" nullable="true" remarks="(ffo) Nombre de locaux d'activité secondaire ou tertiaire situés au rez de chaussée (Utilisation de `nloccomrdc`, l'attribut dteloc=4 et dniv=00)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="83" name="nb_loc_dep" nullable="true" remarks="(ffo) Nombre de locaux de type dépendances" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="84" name="nb_loc_dep_incorp" nullable="true" remarks="(ffo) Nombre de dépendances incorporées dans un local de type autre (`nlocdep`)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="85" name="nb_loc_dep_non_incorp" nullable="true" remarks="(ffo) Nombre de dépendances (non intégrées au local) sur la parcelle (Source article 60 (pb60))" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="86" name="nb_loc_maison" nullable="true" remarks="(ffo) Nombre de locaux de type maison (`nlocmaison`)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="87" name="nb_log" nullable="true" remarks="Nombre de logements dans le groupe de bâtiments" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="88" name="nb_log_occ_prop_residence_principale" nullable="true" remarks="nombre de logements occupés par son propriétaire dans le bâtiment qui sont estimées comme étant des résidences principales dans les fichiers fonciers du CEREMA avec [proba_rprs](https://doc-datafoncier.cerema.fr/doc/ff/pb0010_local/proba_rprs?v=12)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="89" name="nb_log_occ_prop_residence_secondaire" nullable="true" remarks="nombre de logements occupés par son propriétaire dans le bâtiment qui sont estimées comme étant des résidences secondaires dans les fichiers fonciers du CEREMA avec [proba_rprs](https://doc-datafoncier.cerema.fr/doc/ff/pb0010_local/proba_rprs?v=12)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="90" name="nb_log_occ_prop_inconnu" nullable="true" remarks="nombre de logements occupés par son propriétaire dans le bâtiment dont il est impossible d'identifier le caractère résidence principale ou secondaire dans les fichiers fonciers du CEREMA avec [proba_rprs](https://doc-datafoncier.cerema.fr/doc/ff/pb0010_local/proba_rprs?v=12)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="91" name="nb_log_loue_hors_soc" nullable="true" remarks="nombre de logements loués dans le bâtiment avec un bail classique (hors logement social)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="92" name="nb_log_loue_meuble_hors_soc" nullable="true" remarks="Nombre de logements dans le bâtiment qui sont loués meublés ou saisonnier (hors logement social)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="93" name="nb_log_occ_autre" nullable="true" remarks="Nombre de logements dans le bâtiment qui ont un mode d'occupation différent de loué, loué meublé ou saisonnier, occupé par le propriétaire ou vacant (hors logement social)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="94" name="nb_log_vac_hors_soc" nullable="true" remarks="Nombre de logement dans le bâtiment qui sont vacants (hors logement social)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="95" name="nb_log_vac_hlm" nullable="true" remarks="Nombre de logement sociaux de type HLM (logements sociaux hors SEM) dans le bâtiment qui sont vacants" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="96" name="nb_log_vac_sem" nullable="true" remarks="Nombre de logements sociaux de type SEM dans le bâtiment qui sont vacants" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="97" name="nb_log_occ_hlm" nullable="true" remarks="Nombre de logement sociaux de type HLM (logements sociaux hors SEM) dans le bâtiment qui sont occupés" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="98" name="nb_log_occ_sem" nullable="true" remarks="Nombre de logements sociaux de type SEM dans le bâtiment qui sont vacants qui sont occupés" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="99" name="nb_log_occ_inconnu" nullable="true" remarks="Nombre de logements dont l'occupation est inconnue. Un nombre significatif de logements est désormais qualifié avec une occupation inconnue suite à la suppression de la taxe d'habitation." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="100" name="nb_log_hlm" nullable="true" remarks="(ffo) Nombre de logements social de type HLM (logements sociaux hors SEM) (nb_log_soc = nb_log_sem + nb_log_hlm)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="101" name="nb_log_sem" nullable="true" remarks="(ffo) Nombre de logements social de type SEM  (nb_log_soc = nb_log_sem + nb_log_hlm) (utilisation des attributs loc.logh = 't' AND loc.hlmsem = '6')" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="102" name="nb_log_soc" nullable="true" remarks="(ffo) Nombre de logements sociaux dans le bâtiment (nb_log_soc = nb_log_sem + nb_log_hlm)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="103" name="nb_log_loue" nullable="true" remarks="DEPRECIEE : utiliser `nb_log_loue_hors_soc` (ffo) Nombre de logements loués avec un bail classique (hors logement social)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="104" name="nb_log_loue_meuble" nullable="true" remarks="DEPRECIEE : utiliser `nb_log_loue_meuble_hors_soc` (ffo) Nombre de logements loués meublés" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="105" name="nb_log_loue_autre" nullable="true" remarks="DEPRECIEE : utiliser `nb_log_occ_autre` (ffo) Nombre de logements loués à titre gratuit ou en bail rural" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="106" name="nb_log_residence_principale" nullable="true" remarks="DEPRECIEE : (utiliser `nb_log_occ_prop_residence_principale`) (ffo:logh/rppo_rs) Nombre de logements d’habitation (Utilisation du champ logh) estimés être de la résidence principale occupée par son propriétaire" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="107" name="nb_log_residence_secondaire" nullable="true" remarks="DEPRECIEE : (utiliser `nb_log_occ_prop_residence_secondaire`)  (ffo:logh/rppo_rs) Nombre de logements d’habitation (Utilisation du champ logh) estimés être de la résidence secondaire occupée par son propriétaire" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="108" name="nb_log_occ_prop" nullable="true" remarks="DEPRECIEE : utiliser la somme de `nb_log_occ_prop_residence_principale` + `nb_log_occ_prop_residence_secondaire` + `nb_log_occ_prop_inconnu` (ffo) Nombre de logements d'habitation occupés par le propriétaire (résidence principale ou secondaire) . (nb_log_occ_prop = nb_log_occ_prop_residence_principale + nb_log_occ_prop_residence_secondaire + nb_log_occ_prop_inconnu)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="109" name="nb_log_vac" nullable="true" remarks="(ffo) Nombre de logements d'habitation vacants (Somme du champ nloghvac). (nb_log_vac = nb_log_vac_hors_soc + nb_log_vac_hlm + nb_log_vac_sem )" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="110" name="nb_piece_principale" nullable="true" remarks="Nombre de pièces principales de la résidence individuelle ou collective ayant muté. Cet indicateur est disponible lorsqu'une unique résidence individuelle ou collective a mutée." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="111" name="nb_terrasse" nullable="true" remarks="(ffo) Nombre de terrasses (incorporées + annexes non incorporées)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="112" name="nb_terrasse_dep_incorp" nullable="true" remarks="(ffo) Nombre de dépendance incorporée de type &quot;terrasse&quot;" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="113" name="s_cave_dep_incorp" nullable="true" remarks="(ffo) Surface réelle de l'élément incorporé (caves) [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="114" name="s_dep_incorp" nullable="true" remarks="(ffo) Surface totale des éléments incorporés en m² (dsueic1+dsueic2+dsueic3+dsueic4) [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="115" name="s_garage_dep_incorp" nullable="true" remarks="(ffo) Surface réelle de l'élément incorporé (garages) [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="116" name="s_grenier_dep_incorp" nullable="true" remarks="(ffo) Surface réelle de l'élément incorporé (greniers) [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="117" name="s_loc_com_rdc" nullable="true" remarks="(ffo) Somme des surfaces de locaux de type `commercial ou industriel` au rdc [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="118" name="s_loc_com_sec" nullable="true" remarks="(ffo) Somme des surfaces de locaux de type &quot;industriel&quot; [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="119" name="s_loc_com_ter" nullable="true" remarks="(ffo) Somme des surfaces de locaux de type &quot;commercial&quot; [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="120" name="s_loc_dep" nullable="true" remarks="(ffo) Somme des surfaces de locaux de type `dépendance` [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="121" name="s_loc_pro_tot" nullable="true" remarks="(ffo) Somme des surfaces des parties principales, secondaires couvertes ou non, stationnements couverts ou non (`sprobati`) [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="122" name="s_loc_tot" nullable="true" remarks="(ffo) Somme de stoth, stotdsueic, stotd, sprincp, ssecp, sparkp, sparkncp (`slocal`) [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="123" name="s_log" nullable="true" remarks="(ffo) Surface totale des pièces d'habitation (en m²) (Utilisation de l'attribut dsupdc, nul si npevph nul) [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="124" name="s_log_residence_principale" nullable="true" remarks="DEPRECIEE : (ffo) Surface totale des pièces d'habitation (Utilisation de l'attribut dsupdc, nul si npevph nul) des logements considérées comme des résidences principales occupés par leur propriétaire [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="125" name="s_log_residence_secondaire" nullable="true" remarks="DEPRECIEE : (ffo) Surface totale des pièces d'habitation (Utilisation de l'attribut dsupdc, nul si npevph nul) des logements considérées comme des résidences secondaires occupés par leur propriétaire [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="126" name="s_log_soc" nullable="true" remarks="(ffo) Surface de locaux de type logement sociaux, version étendue (loc.logh = `t` AND loc.catpro2 = `F1`) [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="127" name="s_terrasse_dep_incorp" nullable="true" remarks="(ffo) Surface réelle de l'élément incorporé (terrasses) [m²]" size="10" type="int4" typeCode="4"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_ffo_bat__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="0365a369f01c799bf5261f33942544e2" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_geospx" numRows="32365126" remarks="Cette table contient des indications de fiabilité concernant l'association entre les bâtiments des Fichiers Fonciers et les bâtiments constructions, utilisée pour constituer les groupes de bâtiments de la BDNB.&#10;&#10;[TABLE DÉPRÉCIÉE] : cette table est dépréciée. Les indicateurs correspondants seront intégrés dans une nouvelle version des métriques de qualité d'appariement entre les emprises BD TOPO et les bâtiments fonciers." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="fiabilite_emprise_sol" nullable="true" remarks="Fiabilité de l'emprise au sol du bâtiment : &quot;vrai&quot; si les données des Fichiers Fonciers (surfaces fiscales retravaillée par niveau) et BDTOpo (emprise au sol) sont cohérentes ; &quot;faux&quot; sinon ; &quot;NULL&quot; si l'un des deux informations à comparer n'est pas disponible" size="7" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="fiabilite_hauteur" nullable="true" remarks="Fiabilité de la hauteur du bâtiment : &quot;vrai&quot; si les données des Fichiers Fonciers (nombre de niveaux) et BDTOpo (hauteur) sont cohérentes ; &quot;faux&quot; sinon ; &quot;NULL&quot; si l'un des deux informations à comparer n'est pas disponible" size="7" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="fiabilite_adresse" nullable="true" remarks="Fiabilité des adresses du bâtiment : &quot;vrai&quot; si les Fichiers Fonciers et BDTOpo partagent au moins une même adresse BAN" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="croisement_geospx_reussi" nullable="true" remarks="Fiabilité sur le croisement de données bâtimentaires : &quot;vrai&quot; si l'association Fichiers Fonciers et BDTopo est considérée comme réussi ; &quot;faux&quot; sinon ; &quot;NULL&quot; si l'une des composantes n'existe pas sur l'unité foncière (i.e. parcelle unifiée) associée." size="1" type="bool" typeCode="-7"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_geospx__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="7e21a5586921a4bbce257e0338b7f9ce" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_hthd" numRows="26240940" remarks="Données issues de la base des immeubles localisés de l'Arcep agrégées à l'échelle du groupe de bâtiment.&#10;Cette table permet d'identifier les bâtiments raccordés à la fibre." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="2" name="nb_pdl" nullable="true" remarks="(hthd) Nombre total de PDL Arcep" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="l_type_pdl" nullable="true" remarks="(hthd) Liste de type de bâtiment desservis par les PDL" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="l_nom_pdl" nullable="true" remarks="(hthd) Liste des noms des points de livraisons centraux" size="2147483647" type="_text" typeCode="2003"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_hthd__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="842cf22f8d63e2af23748d0c5e659053" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_imputation_enveloppe_et_systemes_proba" numRows="20014922" remarks="Cette table fournit un bilan statistique agrégé des données imputées de manière probabiliste sur l’enveloppe et les systèmes énergétiques des bâtiments, lorsqu’une information est manquante dans les données d’entrée utilisées pour la prédiction du DPE.&#10;L’agrégation s’effectue au niveau du groupe de bâtiments. Pour chaque groupe, la table restitue les probabilités estimées associées aux différentes modalités de certains paramètres clés, comme le type de système de chauffage ou le niveau d’isolation.&#10;Elle permet notamment de retrouver les probabilités associées à chaque modalité prédite pour un paramètre (ex. : la probabilité que le générateur de chauffage principal soit électrique au gaz, au fioul, etc.).&#10;Pour les grandeurs numériques comme la performance du niveau d'isolation du mur (u_mur_exterieur), il est fourni la moyenne, et les bornes à 95% de la distribution statistique, ainsi qu'une valeur aléatoire issue du tirage de la distribution.&#10;Important : toutes les valeurs présentes dans cette table sont issues de modèles d’imputation probabiliste. Elles représentent des estimations, et doivent être interprétées avec précaution, en gardant à l’esprit leur nature incertaine.&#10;Comment utiliser cette table :  &#10;&#10;colonnes de type &quot;_top&quot; : ces données permettent d'imputer des données d'enveloppe et systèmes les plus probables sur un bâtiment précis. Le cas d'usage de ces variables est de pouvoir initier des approches d'audit du bâtiment en l'absence d'information. elles ne doivent jamais être utilisée à des fins de statistiques&#10;colonnes de type &quot;_random&quot; : elle correspondent à un tirage aléatoire parmi les 100 tirages réalisé par méthode de monte carlo sur le bâtiment. L'ensemble des colonnes &quot;_random&quot; sont cohérentes entre elles et correspondent au même tirage. Le cas d'usage est de pouvoir faire des statistiques à grande échelle de problème complexe. Elles ne sont pas à utiliser pour analyser chaque bâtiment individuellement.&#10;colonnes probabilistes détaillées : ces colonnes sont des statistiques des 100 tirages réalisés. elles peuvent être utilisées pour faire des statistiques ou traiter des données à la maille de chaque bâtiment pour des problèmes comme &quot;identifier les bâtiments avec la probabilite de chauffage au fioul les plus importants&quot;&#10;&#10;NB : Lorsque l'information est connue via un DPE existant ou d'autres sources de données, l'ensemble des informations sera déterministe dans cette table (ex. si le DPE renseigne chaudière fioul standard,  type_generateur_chauffage_top = chaudiere fioul standard, type_generateur_chauffage_random = 'chaudiere fioul standard' et la probabilité type_generateur_chauffage_chaudiere_fioul_standard=1 )&#10;NB : les colonnes de type top, mean , upper, lower ne sont pas à utiliser pour faire des statistiques sur plusieurs bâtiments.&#10;&#10;EXPERIMENTAL : cette table est expérimentale, à ce titre, nous ne garantissons pas de stabilité sur la définition des champs produits par cette table qui pourront être amenés à évoluer." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="2" name="u_mur_exterieur_lower" nullable="true" remarks="Borne inférieure de l'intervalle à 95% pour les valeurs de u_mur_exterieur" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="3" name="u_mur_exterieur_mean" nullable="true" remarks="Valeur moyenne pour u_mur_exterieur" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="4" name="u_mur_exterieur_upper" nullable="true" remarks="Borne supérieure de l'intervalle à 95% pour les valeurs de for u_mur_exterieur" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="5" name="u_mur_exterieur_random" nullable="true" remarks="valeur aléatoire tirée dans la distribution probabiliste de u_mur_exterieur" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="6" name="u_baie_vitree_lower" nullable="true" remarks="Borne inférieure de l'intervalle à 95% pour les valeurs de u_baie_vitree" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="7" name="u_baie_vitree_mean" nullable="true" remarks="Valeur moyenne pour u_baie_vitree" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="8" name="u_baie_vitree_upper" nullable="true" remarks="Borne supérieure de l'intervalle à 95% pour les valeurs de for u_baie_vitree" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="9" name="u_baie_vitree_random" nullable="true" remarks="valeur aléatoire tirée dans la distribution probabiliste de u_baie_vitree" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="10" name="uw_lower" nullable="true" remarks="Borne inférieure de l'intervalle à 95% pour les valeurs de uw" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="11" name="uw_mean" nullable="true" remarks="Valeur moyenne pour uw" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="12" name="uw_upper" nullable="true" remarks="Borne supérieure de l'intervalle à 95% pour les valeurs de for uw" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="13" name="uw_random" nullable="true" remarks="valeur aléatoire tirée dans la distribution probabiliste de uw" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="14" name="u_plancher_haut_deperditif_lower" nullable="true" remarks="Borne inférieure de l'intervalle à 95% pour les valeurs de u_plancher_haut_deperditif" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="15" name="u_plancher_haut_deperditif_mean" nullable="true" remarks="Valeur moyenne pour u_plancher_haut_deperditif" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="16" name="u_plancher_haut_deperditif_upper" nullable="true" remarks="Borne supérieure de l'intervalle à 95% pour les valeurs de for u_plancher_haut_deperditif" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="17" name="u_plancher_haut_deperditif_random" nullable="true" remarks="valeur aléatoire tirée dans la distribution probabiliste de u_plancher_haut_deperditif" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="18" name="facteur_solaire_baie_vitree_lower" nullable="true" remarks="Borne inférieure de l'intervalle à 95% pour les valeurs de facteur_solaire_baie_vitree" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="19" name="facteur_solaire_baie_vitree_mean" nullable="true" remarks="Valeur moyenne pour facteur_solaire_baie_vitree" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="20" name="facteur_solaire_baie_vitree_upper" nullable="true" remarks="Borne supérieure de l'intervalle à 95% pour les valeurs de for facteur_solaire_baie_vitree" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="21" name="facteur_solaire_baie_vitree_random" nullable="true" remarks="valeur aléatoire tirée dans la distribution probabiliste de facteur_solaire_baie_vitree" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="22" name="pourcentage_surface_baie_vitree_exterieur_lower" nullable="true" remarks="Borne inférieure de l'intervalle à 95% pour les valeurs de pourcentage_surface_baie_vitree_exterieur" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="23" name="pourcentage_surface_baie_vitree_exterieur_mean" nullable="true" remarks="Valeur moyenne pour pourcentage_surface_baie_vitree_exterieur" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="24" name="pourcentage_surface_baie_vitree_exterieur_upper" nullable="true" remarks="Borne supérieure de l'intervalle à 95% pour les valeurs de for pourcentage_surface_baie_vitree_exterieur" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="25" name="pourcentage_surface_baie_vitree_exterieur_random" nullable="true" remarks="valeur aléatoire tirée dans la distribution probabiliste de pourcentage_surface_baie_vitree_exterieur" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="classe_inertie_top" nullable="true" remarks="Modalité la plus probable de la variable classe_inertie" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="classe_inertie_random" nullable="true" remarks="Valeur aléatoire tirée dans l'échantillon Monte Carlo la variable classe_inertie" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="28" name="classe_inertie_legere" nullable="true" remarks="Probabilité que la variable classe_inertie soit legere" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="29" name="classe_inertie_moyenne" nullable="true" remarks="Probabilité que la variable classe_inertie soit moyenne" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="30" name="classe_inertie_lourde" nullable="true" remarks="Probabilité que la variable classe_inertie soit lourde" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="31" name="classe_inertie_tres_lourde" nullable="true" remarks="Probabilité que la variable classe_inertie soit tres_lourde" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="traversant_top" nullable="true" remarks="Modalité la plus probable de la variable traversant" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="33" name="traversant_random" nullable="true" remarks="Valeur aléatoire tirée dans l'échantillon Monte Carlo la variable traversant" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="34" name="traversant_90" nullable="true" remarks="Probabilité que la variable traversant soit 90" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="35" name="traversant_est_ouest" nullable="true" remarks="Probabilité que la variable traversant soit est_ouest" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="36" name="traversant_non_traversant" nullable="true" remarks="Probabilité que la variable traversant soit non_traversant" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="37" name="traversant_nord_sud" nullable="true" remarks="Probabilité que la variable traversant soit nord_sud" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="38" name="traversant_tout_azimut" nullable="true" remarks="Probabilité que la variable traversant soit tout_azimut" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="39" name="type_fermeture_top" nullable="true" remarks="Modalité la plus probable de la variable type_fermeture" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="40" name="type_fermeture_random" nullable="true" remarks="Valeur aléatoire tirée dans l'échantillon Monte Carlo la variable type_fermeture" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="41" name="type_fermeture_abscence_fermeture" nullable="true" remarks="Probabilité que la variable type_fermeture soit abscence de fermeture pour la baie vitrée" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="42" name="type_fermeture_fermeture_isolee_sans_ajours" nullable="true" remarks="Probabilité que la variable type_fermeture soit Fermeture isolée sans ajours en position déployée" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="43" name="type_fermeture_lame_orientable_ou_battant_ajour_fixe" nullable="true" remarks="Probabilité que la variable type_fermeture soit Jalousie accordéon, fermeture à lames orientables y compris les vénitiens extérieurs tout métal, volets battants ou persiennes avec ajours fixes" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="44" name="type_fermeture_persienne_volet_battant_inf_22_mm" nullable="true" remarks="Probabilité que la variable type_fermeture soit Persienne coulissante ou volet battant PVC, volet battant bois (e ≤ 22 mm)" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="45" name="type_fermeture_persienne_volet_battant_sup_22_mm" nullable="true" remarks="Probabilité que la variable type_fermeture soit Persienne coulissante ou volet battant PVC, volet battant bois (e &gt; 22 mm)" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="46" name="type_fermeture_sans_ajour_ou_volet_alu" nullable="true" remarks="Probabilité que la variable type_fermeture soit Fermeture sans ajours en position déployée, volets roulants alu" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="47" name="type_fermeture_volet_roulant_pvc_inf_12_mm" nullable="true" remarks="Probabilité que la variable type_fermeture soit Volet roulant PVC ( e ≤ 12 mm)" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="48" name="type_fermeture_volet_roulant_pvc_sup_12_mm" nullable="true" remarks="Probabilité que la variable type_fermeture soit Volet roulant PVC ( e &gt; 12 mm)" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="49" name="type_generateur_chauffage_top" nullable="true" remarks="Modalité la plus probable de la variable type_generateur_chauffage" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="50" name="type_generateur_chauffage_random" nullable="true" remarks="Valeur aléatoire tirée dans l'échantillon Monte Carlo la variable type_generateur_chauffage" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="51" name="type_generateur_chauffage_chaudiere_bois" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere bois" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="52" name="type_generateur_chauffage_chaudiere_charbon_basse_temp" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere charbon basse temperature" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="53" name="type_generateur_chauffage_chaudiere_charbon_condensation" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere charbon condensation" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="54" name="type_generateur_chauffage_chaudiere_charbon_standard" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere charbon standard" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="55" name="type_generateur_chauffage_chaudiere_electrique" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere electrique" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="56" name="type_generateur_chauffage_chaudiere_energie_indet_basse_temp" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere energie indetermine basse temperature" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="57" name="type_generateur_chauffage_chaudiere_energie_indet_cond" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere energie indetermine condensation" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="58" name="type_generateur_chauffage_chaudiere_energie_indet_indet" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere energie indetermine indetermine" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="59" name="type_generateur_chauffage_chaudiere_energie_standard" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere energie indetermine standard" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="60" name="type_generateur_chauffage_chaudiere_fioul_basse_temp" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere fioul basse temperature" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="61" name="type_generateur_chauffage_chaudiere_fioul_condensation" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere fioul condensation" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="62" name="type_generateur_chauffage_chaudiere_fioul_standard" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere fioul standard" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="63" name="type_generateur_chauffage_chaudiere_gaz_basse_temp" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere gaz basse temperature" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="64" name="type_generateur_chauffage_chaudiere_gaz_condensation" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere gaz condensation" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="65" name="type_generateur_chauffage_chaudiere_gaz_indetermine" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere gaz indetermine" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="66" name="type_generateur_chauffage_chaudiere_gaz_standard" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere gaz standard" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="67" name="type_generateur_chauffage_chaudiere_gpl_but_prop_basse_temp" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere gpl/butane/propane basse temperature" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="68" name="type_generateur_chauffage_chaudiere_gpl_but_prop_cond" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere gpl/butane/propane condensation" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="69" name="type_generateur_chauffage_chaudiere_gpl_but_prop_standard" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chaudiere gpl/butane/propane standard" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="70" name="type_generateur_chauffage_chauffage_autre_indetermine" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chauffage autre indetermine" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="71" name="type_generateur_chauffage_chauffage_bois_indetermine" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chauffage bois indetermine" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="72" name="type_generateur_chauffage_chauffage_solaire" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit chauffage solaire" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="73" name="type_generateur_chauffage_generateur_air_chaud_comb" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit generateur air chaud combustion" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="74" name="type_generateur_chauffage_generateurs_a_effet_joule" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit generateurs a effet joule" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="75" name="type_generateur_chauffage_pac_air_air" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit pac air/air" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="76" name="type_generateur_chauffage_pac_air_eau" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit pac air/eau" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="77" name="type_generateur_chauffage_pac_eau_eau" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit pac eau/eau" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="78" name="type_generateur_chauffage_pac_gaz" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit pac gaz" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="79" name="type_generateur_chauffage_pac_geothermique" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit pac geothermique" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="80" name="type_generateur_chauffage_pac_indetermine" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit pac indetermine" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="81" name="type_generateur_chauffage_poele_ou_insert_bois" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit poele ou insert bois" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="82" name="type_generateur_chauffage_poele_ou_insert_charbon" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit poele ou insert charbon" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="83" name="type_generateur_chauffage_poele_ou_insert_fioul" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit poele ou insert fioul" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="84" name="type_generateur_chauffage_poele_ou_insert_gpl_but_prop" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit poele ou insert gpl/butane/propane" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="85" name="type_generateur_chauffage_poele_ou_insert_indetermine" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit poele ou insert indetermine" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="86" name="type_generateur_chauffage_radiateurs_gaz" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit radiateurs gaz" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="87" name="type_generateur_chauffage_reseau_de_chaleur" nullable="true" remarks="Probabilité que la variable type_generateur_chauffage soit reseau de chaleur" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="88" name="type_generateur_ecs_top" nullable="true" remarks="Modalité la plus probable de la variable type_generateur_ecs" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="89" name="type_generateur_ecs_random" nullable="true" remarks="Valeur aléatoire tirée dans l'échantillon Monte Carlo la variable type_generateur_ecs" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="90" name="type_generateur_ecs_ballon_accumulation_electrique" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit ballon accumulation electrique" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="91" name="type_generateur_ecs_chaudiere_bois" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere bois" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="92" name="type_generateur_ecs_chaudiere_charbon_basse_temp" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere charbon basse temperature" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="93" name="type_generateur_ecs_chaudiere_charbon_condensation" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere charbon condensation" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="94" name="type_generateur_ecs_chaudiere_charbon_standard" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere charbon standard" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="95" name="type_generateur_ecs_chaudiere_ecs_energie_basse_temp" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere energie indetermine basse temperature" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="96" name="type_generateur_ecs_chaudiere_electrique" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere electrique" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="97" name="type_generateur_ecs_chaudiere_energie_indet_condensation" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere energie indetermine condensation" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="98" name="type_generateur_ecs_chaudiere_energie_indet_indet" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere energie indetermine indetermine" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="99" name="type_generateur_ecs_chaudiere_energie_indet_standard" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere energie indetermine standard" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="100" name="type_generateur_ecs_chaudiere_fioul_basse_temp" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere fioul basse temperature" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="101" name="type_generateur_ecs_chaudiere_fioul_condensation" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere fioul condensation" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="102" name="type_generateur_ecs_chaudiere_fioul_standard" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere fioul standard" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="103" name="type_generateur_ecs_chaudiere_gaz_basse_temp" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere gaz basse temperature" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="104" name="type_generateur_ecs_chaudiere_gaz_condensation" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere gaz condensation" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="105" name="type_generateur_ecs_chaudiere_gaz_standard" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere gaz standard" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="106" name="type_generateur_ecs_chaudiere_gpl_but_prop_basse_temp" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere gpl/butane/propane basse temperature" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="107" name="type_generateur_ecs_chaudiere_gpl_but_prop_standard" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere gpl/butane/propane standard" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="108" name="type_generateur_ecs_chaudiere_gpl_butane_propane_cond" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chaudiere gpl/butane/propane condensation" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="109" name="type_generateur_ecs_chauffe_eau_electrique_instantane" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chauffe eau electrique instantane" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="110" name="type_generateur_ecs_chauffe_eau_fioul_independant" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chauffe-eau fioul independant" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="111" name="type_generateur_ecs_chauffe_eau_gaz_independant" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chauffe-eau gaz independant" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="112" name="type_generateur_ecs_chauffe_eau_gpl_but_prop_independent" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chauffe-eau gpl/butane/propane independant" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="113" name="type_generateur_ecs_chauffe_eau_independant" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit chauffe-eau independant indetermine" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="114" name="type_generateur_ecs_ecs_autre_indetermine" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit ecs autre indetermine" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="115" name="type_generateur_ecs_ecs_bois_indetermine" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit ecs bois indetermine" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="116" name="type_generateur_ecs_ecs_solaire" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit ecs solaire" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="117" name="type_generateur_ecs_ecs_thermodynamique_elec" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit ecs thermodynamique electrique(pac ou ballon)" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="118" name="type_generateur_ecs_poele_bouilleur_bois" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit poele bouilleur bois" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="119" name="type_generateur_ecs_production_mixte_indetermine" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit production mixte indetermine" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="120" name="type_generateur_ecs_reseau_de_chaleur" nullable="true" remarks="Probabilité que la variable type_generateur_ecs soit reseau de chaleur" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="121" name="type_installation_chauffage_top" nullable="true" remarks="Modalité la plus probable de la variable type_installation_chauffage" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="122" name="type_installation_chauffage_random" nullable="true" remarks="Valeur aléatoire tirée dans l'échantillon Monte Carlo la variable type_installation_chauffage" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="123" name="type_installation_chauffage_collectif" nullable="true" remarks="Probabilité que la variable type_installation_chauffage soit collectif" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="124" name="type_installation_chauffage_individuel" nullable="true" remarks="Probabilité que la variable type_installation_chauffage soit individuel" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="125" name="type_installation_ecs_top" nullable="true" remarks="Modalité la plus probable de la variable type_installation_ecs" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="126" name="type_installation_ecs_random" nullable="true" remarks="Valeur aléatoire tirée dans l'échantillon Monte Carlo la variable type_installation_ecs" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="127" name="type_installation_ecs_collectif" nullable="true" remarks="Probabilité que la variable type_installation_ecs soit collectif" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="128" name="type_installation_ecs_individuel" nullable="true" remarks="Probabilité que la variable type_installation_ecs soit individuel" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="129" name="type_isolation_mur_exterieur_top" nullable="true" remarks="Modalité la plus probable de la variable type_isolation_mur_exterieur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="130" name="type_isolation_mur_exterieur_random" nullable="true" remarks="Valeur aléatoire tirée dans l'échantillon Monte Carlo la variable type_isolation_mur_exterieur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="131" name="type_isolation_mur_exterieur_inconnu" nullable="true" remarks="Probabilité que la variable type_isolation_mur_exterieur soit inconnu" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="132" name="type_isolation_mur_exterieur_isole" nullable="true" remarks="Probabilité que la variable type_isolation_mur_exterieur soit isole" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="133" name="type_isolation_mur_exterieur_ite" nullable="true" remarks="Probabilité que la variable type_isolation_mur_exterieur soit ITE" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="134" name="type_isolation_mur_exterieur_ite_itr" nullable="true" remarks="Probabilité que la variable type_isolation_mur_exterieur soit ITE+ITR" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="135" name="type_isolation_mur_exterieur_iti" nullable="true" remarks="Probabilité que la variable type_isolation_mur_exterieur soit ITI" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="136" name="type_isolation_mur_exterieur_iti_ite" nullable="true" remarks="Probabilité que la variable type_isolation_mur_exterieur soit ITI+ITE" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="137" name="type_isolation_mur_exterieur_iti_itr" nullable="true" remarks="Probabilité que la variable type_isolation_mur_exterieur soit ITI+ITR" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="138" name="type_isolation_mur_exterieur_itr" nullable="true" remarks="Probabilité que la variable type_isolation_mur_exterieur soit ITR" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="139" name="type_isolation_mur_exterieur_non_isole" nullable="true" remarks="Probabilité que la variable type_isolation_mur_exterieur soit non isole" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="140" name="type_isolation_plancher_haut_top" nullable="true" remarks="Modalité la plus probable de la variable type_isolation_plancher_haut" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="141" name="type_isolation_plancher_haut_random" nullable="true" remarks="Valeur aléatoire tirée dans l'échantillon Monte Carlo la variable type_isolation_plancher_haut" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="142" name="type_isolation_plancher_haut_inconnu" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_haut soit inconnu" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="143" name="type_isolation_plancher_haut_isole" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_haut soit isole" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="144" name="type_isolation_plancher_haut_ite" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_haut soit ITE" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="145" name="type_isolation_plancher_haut_ite_itr" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_haut soit ITE+ITR" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="146" name="type_isolation_plancher_haut_iti" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_haut soit ITI" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="147" name="type_isolation_plancher_haut_iti_ite" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_haut soit ITI+ITE" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="148" name="type_isolation_plancher_haut_iti_itr" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_haut soit ITI+ITR" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="149" name="type_isolation_plancher_haut_itr" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_haut soit ITR" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="150" name="type_isolation_plancher_haut_non_isole" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_haut soit non isole" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="151" name="type_isolation_plancher_bas_top" nullable="true" remarks="Modalité la plus probable de la variable type_isolation_plancher_bas" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="152" name="type_isolation_plancher_bas_random" nullable="true" remarks="Valeur aléatoire tirée dans l'échantillon Monte Carlo la variable type_isolation_plancher_bas" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="153" name="type_isolation_plancher_bas_inconnu" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_bas soit inconnu" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="154" name="type_isolation_plancher_bas_isole" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_bas soit isole" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="155" name="type_isolation_plancher_bas_ite" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_bas soit ITE" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="156" name="type_isolation_plancher_bas_ite_itr" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_bas soit ITE+ITR" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="157" name="type_isolation_plancher_bas_iti" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_bas soit ITI" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="158" name="type_isolation_plancher_bas_iti_ite" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_bas soit ITI+ITE" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="159" name="type_isolation_plancher_bas_iti_itr" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_bas soit ITI+ITR" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="160" name="type_isolation_plancher_bas_itr" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_bas soit ITR" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="161" name="type_isolation_plancher_bas_non_isole" nullable="true" remarks="Probabilité que la variable type_isolation_plancher_bas soit non isole" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="162" name="type_ventilation_top" nullable="true" remarks="Modalité la plus probable de la variable type_ventilation" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="163" name="type_ventilation_random" nullable="true" remarks="Valeur aléatoire tirée dans l'échantillon Monte Carlo la variable type_ventilation" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="164" name="type_ventilation_entree_air_haut_bas" nullable="true" remarks="Probabilité que la variable type_ventilation soit Système de ventilation par entrées d’air hautes et basses" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="165" name="type_ventilation_extracteur_meca_sur_conduit" nullable="true" remarks="Probabilité que la variable type_ventilation soit Extracteur mécanique sur conduit non modifié de ventilation naturelle existante" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="166" name="type_ventilation_hybride" nullable="true" remarks="Probabilité que la variable type_ventilation soit Ventilation hybride" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="167" name="type_ventilation_hybride_entree_hygro" nullable="true" remarks="Probabilité que la variable type_ventilation soit Ventilation hybride avec entrées d’air hygroréglables" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="168" name="type_ventilation_meca_autoreglable" nullable="true" remarks="Probabilité que la variable type_ventilation soit Ventilation mécanique auto réglable" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="169" name="type_ventilation_meca_autoreglable_apres_82" nullable="true" remarks="Probabilité que la variable type_ventilation soit Ventilation mécanique auto réglable « après 1982 »" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="170" name="type_ventilation_meca_autoreglable_avant_82" nullable="true" remarks="Probabilité que la variable type_ventilation soit Ventilation mécanique auto réglable « avant 1982 »" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="171" name="type_ventilation_meca_double_flux_avec_echangeur" nullable="true" remarks="Probabilité que la variable type_ventilation soit Ventilation mécanique double flux avec échangeur" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="172" name="type_ventilation_meca_double_flux_sans_echangeur" nullable="true" remarks="Probabilité que la variable type_ventilation soit Ventilation mécanique double flux sans échangeur" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="173" name="type_ventilation_meca_extraction_entree_hygro" nullable="true" remarks="Probabilité que la variable type_ventilation soit Ventilation mécanique à extraction et entrées d’air hygroréglables" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="174" name="type_ventilation_meca_extraction_hygro" nullable="true" remarks="Probabilité que la variable type_ventilation soit Ventilation mécanique à extraction hygroréglable" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="175" name="type_ventilation_meca_gaz_hygro" nullable="true" remarks="Probabilité que la variable type_ventilation soit Ventilation mécanique gaz hygroréglable" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="176" name="type_ventilation_naturelle_conduit_hygro" nullable="true" remarks="Probabilité que la variable type_ventilation soit Ventilation naturelle par conduit avec entrées d’air hygroréglables" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="177" name="type_ventilation_naturelle_par_conduit" nullable="true" remarks="Probabilité que la variable type_ventilation soit Ventilation naturelle par conduit" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="178" name="type_ventilation_par_ouverture_des_fenetres" nullable="true" remarks="Probabilité que la variable type_ventilation soit Ventilation par ouverture des fenêtres" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="179" name="type_ventilation_puits_canadien" nullable="true" remarks="Probabilité que la variable type_ventilation soit Puits canadien" size="17" type="float8" typeCode="8"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="pk_batiment_groupe_imputation_enveloppe_et_systemes_proba" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="ix_mputation_enveloppe_et_systemes_proba_batiment_groupe_id" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="ix_mputation_enveloppe_et_systemes_proba_code_departement_inse" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_indicateur_reseau_chaud_froid" numRows="468899" remarks="Indicateur de raccordement et de potentiel de raccordement aux réseaux de chaleur et de froid urbains construit à l'aide des données de &quot;France Chaleur Urbaine&quot; et les &quot;Données Locales de l'Energie&quot;.&#10;Cette table permet d'identifier les bâtiments raccordés aux réseaux de chaleurs ainsi que les bâtiments à proximité de réseaux chaleurs. &#10;Pour les bâtiments à proximité de réseaux de chaleur, un indicateur est calculé de potentiel de raccordement de ce bâtiment au réseau de chaleur en fonction de données techniques sur le bâtiment&#10;pour plus d'informations voir la documentation (https://bdnb.io/documentation/indicateur_potentiel_raccordement_reseau_chaleur/)&#10;&#10;Dans cette table 3 notions de proximité aux réseaux de chaleurs sont distinguées :&#10;&#10;- la proximité aux réseaux de chaleur existants&#10;- la proximité à des réseaux en cours de construction&#10;- la présence dans un périmètre de développement de réseaux de chaleur" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="id_reseau" nullable="true" remarks="(France chaleur urbaine) Identifiant national du réseau." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="id_reseau_bdnb" nullable="true" remarks="Identifiant BDNB, lié au réseau de chaleur, car des données sources ne disposent pas d'identifiant unique pour chacune des entrées (traces et points)." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="reseau_en_construction" nullable="true" remarks="Est vrai lorsque le réseau à proximité du bâtiment est en cours de construction ou en projet. Le réseau en construction peut avoir un tracé précis ou être délimité par une zone de construction du réseau. S'il n'y a pas de tracé disponible la distance au réseau considérée est la plus courte distance à la zone. &#10;Un réseau en construction ne possède pas d'identfiant réseau." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="perimetre_developpement_prioritaire" nullable="true" remarks="Est vrai lorsque le bâtiment se situe dans une zone de développement prioritaire. Dans ce cas, le raccordement au réseau peut être obligatoire si il n'y a pas de contraintes techniques, ni un coût de raccordement disproportionné." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="potentiel_raccordement_reseau_chaleur" nullable="true" remarks="Indicateur de potentiel de raccordement au réseau de chaleur. L'indicateur dépend de la distance entre le bâtiment et le réseau et du type de circuit de chauffage existant du bâtiment. Enfin, si le bâtiment est déjà raccordé alors il est indiqué comme tel." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="potentiel_obligation_raccordement" nullable="true" remarks="Indique si le bâtiment est éventuellement dans l'obligation de se&#10;          raccorder lors de certains travaux de rénovation. Pour que potentiel_obligation_raccordement&#10;          soit possible, le bâtiment doit être situé à moins de 100m d'un réseau classé&#10;          et son système de chauffage indiqué comme collectif. Attention, cet indicateur&#10;          n'est qu'à titre d'information." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="indicateur_systeme_chauffage" nullable="true" remarks="Indication sur le système de chauffage en vue d'un potentiel raccordement&#10;          au réseau de chaleur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="indicateur_distance_au_reseau" nullable="true" remarks="Indication sur la distance entre le bâtiment et le point au réseau&#10;          de chaleur le plus proche en vue d'un potentiel raccordement au réseau." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="consommation_chaleur_par_rapport_distance_au_reseau" nullable="true" remarks="Indication sur la consommation de chaleur du bâtiment et sa distance&#10;          au réseau. Plus un bâtiment consomme plus celui-ci peut être éloigné du réseau&#10;          et malgré tout être raccordé. Ici, si la distance entre le bâtiment et le réseau&#10;          est suffisamment proche par rapport à sa consommation, la consommation est noté&#10;          'suffisante', sinon elle est notée 'trop faible'." size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_indicateur_reseau_chaud_froid__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="4528968179b0513cd815ab1d0cb31ffe" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="51c014639ca30df307b9ccb4adc6bc7f" unique="false">
            <column ascending="true" name="id_reseau_bdnb"/>
         </index>
         <index name="c20742a8840904035158267b57d9163c" unique="false">
            <column ascending="true" name="id_reseau"/>
         </index>
      </table>
      <table name="batiment_groupe_merimee" numRows="6668448" remarks="TABLE DEPRECIEE  : Informations Mérimée (bâtiments classés aux Monuments Historiques) agrégées à l'échelle du bâtiment. Cette table est dépréciée au profit de `batiment_groupe_urbanisme`." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="distance_batiment_historique_plus_proche" nullable="true" remarks="(mer) Distance au bâtiment historique le plus proche (si moins de 500m) [m]" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="nom_batiment_historique_plus_proche" nullable="true" remarks="(mer:tico) nom du bâtiment historique le plus proche" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_merimee__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="60fe986fa28ae0013d69bcf5466e335a" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_proprietaire" numRows="22309742" remarks="Informations issues des fichiers fonciers concernant la propriété du bâtiment.&#10;&#10;Contenu :&#10;- Identification du propriétaire principal via `personne_id`, correspondant à la variable [idpersonnedes fichiers fonciers.&#10;- Données statistiques sur le nombre et le statut des différents propriétaires associés au bâtiment." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="personne_id_proprietaire_principal" nullable="true" remarks="(ffo:idpersonne) identifiant du proprietaire possédant la plus grande surface du bâtiment" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="denomination_proprietaire_principal" nullable="true" remarks="(ffo:ddenom) identifiant du proprietaire possédant la plus grande surface du bâtiment" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="groupe_proprietaire_principal" nullable="true" remarks="(ffo:ccogrmtxt) typologie du proprietaire principal (ETAT, DEPARTEMENT, OFFICE HLM ...)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nb_proprietaire" nullable="true" remarks="(ffo) Nombre de proprietaires differents qui possèdent des locaux dans le bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="nb_proprietaire_bailleur" nullable="true" remarks="(ffo) Nombre de proprietaires bailleurs sociaux differents qui possèdent des locaux dans le bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="nb_proprietaire_pm" nullable="true" remarks="(ffo) Nombre de propriétaires" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="nb_gestionnaire" nullable="true" remarks="(ffo) nombre de gestionnaires différents dans le bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="nb_gestionaire_bailleur" nullable="true" remarks="(ffo) nombre de gestionnaires de types bailleur sociaux dans le bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="nb_gestionnaire_pm" nullable="true" remarks="(ffo) nombre de gestionnaires de types personne morale dans le bâtiment" size="10" type="int4" typeCode="4"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_proprietaire__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="14fd7821b142f10e29764fbb0e0e442e" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_qpv" numRows="439098" remarks="Informations sur les Quartiers Prioritaires de la Ville agrégées à l'échelle du bâtiment" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="qpv_code_qp" nullable="true" remarks="identifiant de la table qpv" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="nom_quartier" nullable="true" remarks="Nom du quartier prioritaire dans lequel se trouve le bâtiment" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_qpv__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="e97254c8167bb7074ec40485fe8d4650" unique="false">
            <column ascending="true" name="code_departement_insee"/>
            <column ascending="true" name="qpv_code_qp"/>
         </index>
      </table>
      <table name="batiment_groupe_risques" numRows="32360736" remarks="Table regroupant différents indicateurs de risques (sismique, incendie, radon et argile) associés aux batiment_groupe de la BDNB. Les aléas sismiques, radon et argiles proviennent des zonages issus du site georisques. Les catégories de familles incendies proviennent d'une prédiction simplifiée de la réglementation risque incendie (sur le résidentiel uniquement). Enfin, les catégories de bâtiments associées au risque sismique correspondent à des travaux similaires au risque incendie (sur le résidentiel uniquement)." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="alea_radon" nullable="true" remarks="(georisque) Indicateur d'aléa au radon. Cet indicateur est déterminé à partir de sa localisation sur les cartes d'aléa défini par le Ministère de la Transition écologique et de la Cohésion des territoires et le BRGM." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="alea_argile" nullable="true" remarks="(georisque) Indicateur d'aléa retrait-gonflement des argiles. Cet indicateur est déterminé à partir de sa localisation sur les cartes d'aléa défini par le Ministère de la Transition écologique et de la Cohésion des territoires et le BRGM." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="alea_sismique" nullable="true" remarks="(georisque) Indicateur d'aléa sismique.  Cet indicateur est déterminé à partir de sa localisation sur les cartes d'aléa défini par le Ministère de la Transition écologique et de la Cohésion des territoires et le BRGM." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="categorie_hauteur_residentiel_risque_sismique" nullable="true" remarks="(bdnb) Catégorie de hauteur liée au risque sismique. Les bâtiments à usage résidentiel sont classés en différentes catégories. &#10;La catégorie 1 correspond aux habitations individuelles, la catégorie 2 aux habitations collectives dont la hauteur est inférieur ou égale à 12.5m, &#10;la catégorie 3 aux habitations collectives dont la hauteur est inférieur ou égale à 28m, &#10;la catégorie 4 aux habitations collectives dont la hauteur est inférieur ou égale à 50m, au-delà, il s'agit de la catégorie 5." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="classe_famille_incendie_residentiel" nullable="true" remarks="(bdnb) Famille de risque incendie. Les bâtiments à usage résidentiel sont classés en différentes catégories, selon la réglementation en vigueur au 01/01/2024." size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_risques__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="4ccc3580469b7ce61efc6cb495a6e895" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_rnc" numRows="732504" remarks="Informations issues de la base du registre national des copropriétés agrégées à l'échelle du groupe de bâtiment" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="numero_immat_principal" nullable="true" remarks="numéro d'immatriculation principal associé au bâtiment groupe. (numéro d'immatriculation copropriété qui comporte le plus de lots)" size="30" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="periode_construction_max" nullable="true" remarks="(rnc) Période de construction du local le plus récent" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="l_annee_construction" nullable="true" remarks="Liste des années de construction issue des données foncières (colonne dépréciée à ne plus utiliser)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nb_lot_garpark" nullable="true" remarks="Nombre de lots de stationnement" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="nb_lot_tot" nullable="true" remarks="Nombre total de lots" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="nb_log" nullable="true" remarks="Nombre de logements déclaré dans le registre national des copropriétés pour le groupe de bâtiments" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="nb_lot_tertiaire" nullable="true" remarks="Nombre de lots de type bureau et commerce" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="l_nom_copro" nullable="true" remarks="(rnc) liste des noms des copropriétés" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="l_siret" nullable="true" remarks="liste de siret" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="copro_dans_pvd" nullable="true" remarks="(rnc) au moins une des coproprietés est dans le programme petites villes de demain" size="1" type="bool" typeCode="-7"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_rnc__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="65bcbe5937f8e4be37a84549dda5e615" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_rpls" numRows="540238" remarks="Informations issues du répertoire des logements sociaux agrégées au niveau du groupe de bâtiment BDNB." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="rpls_open" nullable="true" remarks="True si tous les logements integrés sont en open" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="nb_classe_ener_a" nullable="true" remarks="(rpls) : Nombre de logements avec un DPE énergie de classe A -&gt; nous recommandons d'utiliser plutôt les données disponible dans les tables dpe_logement, batiment_groupe_dpe_statistique_logement, batiment_groupe_dpe_representatif_logement pour les DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="nb_classe_ener_b" nullable="true" remarks="(rpls) : Nombre de logements avec un DPE énergie de classe B -&gt; nous recommandons d'utiliser plutôt les données disponible dans les tables dpe_logement, batiment_groupe_dpe_statistique_logement, batiment_groupe_dpe_representatif_logement pour les DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nb_classe_ener_c" nullable="true" remarks="(rpls) : Nombre de logements avec un DPE énergie C -&gt; nous recommandons d'utiliser plutôt les données disponible dans les tables dpe_logement, batiment_groupe_dpe_statistique_logement, batiment_groupe_dpe_representatif_logement pour les DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="nb_classe_ener_d" nullable="true" remarks="(rpls) : Nombre de logements avec un DPE énergie D -&gt; nous recommandons d'utiliser plutôt les données disponible dans les tables dpe_logement, batiment_groupe_dpe_statistique_logement, batiment_groupe_dpe_representatif_logement pour les DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="nb_classe_ener_e" nullable="true" remarks="(rpls) : Nombre de logements avec un DPE énergie E -&gt; nous recommandons d'utiliser plutôt les données disponible dans les tables dpe_logement, batiment_groupe_dpe_statistique_logement, batiment_groupe_dpe_representatif_logement pour les DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="nb_classe_ener_f" nullable="true" remarks="(rpls) : Nombre de logements avec un DPE énergie F -&gt; nous recommandons d'utiliser plutôt les données disponible dans les tables dpe_logement, batiment_groupe_dpe_statistique_logement, batiment_groupe_dpe_representatif_logement pour les DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="nb_classe_ener_g" nullable="true" remarks="(rpls) : Nombre de logements avec un DPE énergie G -&gt; nous recommandons d'utiliser plutôt les données disponible dans les tables dpe_logement, batiment_groupe_dpe_statistique_logement, batiment_groupe_dpe_representatif_logement pour les DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="nb_classe_ener_nc" nullable="true" remarks="(rpls) : Nombre de logements avec un DPE énergie NC" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="classe_ener_principale" nullable="true" remarks="(rpls) classe DPE énergie principale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="nb_classe_ges_a" nullable="true" remarks="(rpls) (rpls) : Nombre de logements avec un DPE climat A" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="nb_classe_ges_b" nullable="true" remarks="(rpls) (rpls) : Nombre de logements avec un DPE climat B" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="nb_classe_ges_c" nullable="true" remarks="(rpls) (rpls) : Nombre de logements avec un DPE climat C" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="nb_classe_ges_d" nullable="true" remarks="(rpls) (rpls) : Nombre de logements avec un DPE climat D" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="nb_classe_ges_e" nullable="true" remarks="(rpls) (rpls) : Nombre de logements avec un DPE climat E" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="nb_classe_ges_f" nullable="true" remarks="(rpls) (rpls) : Nombre de logements avec un DPE climat F" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="nb_classe_ges_g" nullable="true" remarks="(rpls) (rpls) : Nombre de logements avec un DPE climat G" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="nb_classe_ges_nc" nullable="true" remarks="(rpls) (rpls) : Nombre de logements avec un DPE climat NC" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="classe_ges_principale" nullable="true" remarks="(rpls) classe DPE climat principale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="accessible_pmr" nullable="true" remarks="(rpls) Présence d'au moins un logement PMR" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="dans_qpv" nullable="true" remarks="(rpls) Immeuble dans un QPV" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="l_annee_construction" nullable="true" remarks="Liste des années de construction issue des données foncières (colonne dépréciée à ne plus utiliser)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="l_ident_org" nullable="true" remarks="(rpls) Identifiant de l'organisme bailleur" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="l_raison_sociale" nullable="true" remarks="(rpls) Raisons sociales des Bailleurs" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="raison_sociale_principal" nullable="true" remarks="(rpls) Raison sociale principal au niveau batiment_groupe" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="loyer_moyen" nullable="true" remarks="(rpls) Loyer moyen, tous usages confondus" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="1" id="28" name="loyer_moyen_m2" nullable="true" remarks="(rpls) Loyer moyen au m² [€/m²]" size="10" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="nb_loc_assoc" nullable="true" remarks="(rpls) Nombre de locaux associatifs" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="nb_log_loue" nullable="true" remarks="DEPRECIEE : utiliser `nb_log_loue_hors_soc` (ffo) Nombre de logements loués avec un bail classique (hors logement social)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="nb_log_vac" nullable="true" remarks="(ffo) Nombre de logements d'habitation vacants (Somme du champ nloghvac). (nb_log_vac = nb_log_vac_hors_soc + nb_log_vac_hlm + nb_log_vac_sem )" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="l_bat_nom" nullable="true" remarks="(rpls) Nom du bâtiment" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="33" name="l_cat_org" nullable="true" remarks="(rpls) Catégories des organismes bailleurs" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="34" name="l_siret" nullable="true" remarks="liste de siret" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="35" name="siret_principal" nullable="true" remarks="(rpls) SIRET" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="36" name="nb_log" nullable="true" remarks="Nombre de logements sociaux déclaré dans le RPLS pour le groupe de bâtiments" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="37" name="s_log_hab" nullable="true" remarks="(rpls) Surface de logements d'habitation [m²]" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="38" name="type_construction" nullable="true" remarks="(rpls) Type de construction" size="2147483647" type="_text" typeCode="2003"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_rpls__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="dbbbcef638b6fd1213c1fb63536519ce" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_simulations_dpe" numRows="20008140" remarks="Simulations réalisées par le CSTB des étiquettes DPE estimées pour les bâtiments de logement en France. Les résultats sont accompagnés d’indicateurs, principalement sous forme de probabilités.&#10;&#10;Les étiquettes DPE estimées dans cette table sont calculées à l’échelle du bâtiment :&#10;- pour les maisons individuelles, il s’agit d’une estimation de l’étiquette DPE propre à la maison,&#10;- pour les logements collectifs, l’estimation concerne l’immeuble dans son ensemble.&#10;&#10;⚠️ Cette table contient deux types de données :&#10;- les données de maximum a posteriori (ex. `etiquette_dpe_initial_map`), qui fournissent l’étiquette la plus probable pour chaque bâtiment. Ces données sont adaptées à une lecture individuelle mais **ne doivent pas être utilisées pour des analyses statistiques** ;&#10;- les colonnes de probabilité détaillées (`etiquette_dpe_initial_a`, `..._b`, `..._c`, etc.), qui permettent une **représentation statistique fiable** de la distribution des étiquettes sur un parc de bâtiments ou sur une échelle territoriale donnée.&#10;&#10;Plus d'informations sur nos predictions DPE ici : https://bdnb.io/documentation/predictions_dpe/&#10;&#10;⚠️ depuis la 2025-07a : les prédictions DPE sont calculées avec la nouvelle règle de coefficient d'énergie primaire de 1.9 pour l'électricité ce qui entraine une baisse notoire du nombre de passoires thermique et une amélioration globale des performances des bâtiments selon l'indicateur DPE." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="2" name="indecence_energetique_initial" nullable="true" remarks="probabilité du bâtiment d'être en indécence énergétique dans son état initial" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="3" name="indecence_energetique_renove" nullable="true" remarks="probabilité du bâtiment d'être en indécence énergétique dans son état rénové (rénovation globale)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="volume_habitable" nullable="true" remarks="volume habitable du bâtiment [m3]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="volume_brut" nullable="true" remarks="Volume brut du bâtiment [m3]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="surface_facade_vitree" nullable="true" remarks="Estimation de la surface de façade vitrée (brut issu des géométries 2.5D) auquel est multiplié le pourcentage de baie vitrée estimé pour le bâtiment. surface_facade_vitree = pourcentage_surface_baie_vitree_exterieur * surface_facade_ext  [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="surface_facade_totale" nullable="true" remarks="Estimation de la surface totale de façade (murs + baies) (brut issu des géométries 2.5D) surface_facade_totale = surface_facade_ext +surface_facade_mitoyenne  [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="surface_facade_mitoyenne" nullable="true" remarks="Estimation de la surface de façade donnant sur un autre bâtiment (brut issu des géométries 2.5D) surface_facade_totale = surface_facade_ext +surface_facade_mitoyenne [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="surface_facade_ext" nullable="true" remarks="Estimation de la surface de façade donnant sur l'exterieur (brut issu des géométries 2.5D) surface_facade_totale = surface_facade_ext +surface_facade_mitoyenne [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="surface_enveloppe" nullable="true" remarks="Estimation de la surface de l'enveloppe Estimation de la surface déperditive du bâtiment après correction des surfaces extérieures brutes pour les adapter aux locaux chauffés du groupe de bâtiment [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="surface_verticale" nullable="true" remarks="Estimation de la surface verticale du bâtiment [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="surface_deperditive" nullable="true" remarks="Estimation de la surface déperditive du bâtiment après correction des surfaces extérieures brutes pour les adapter aux locaux chauffés du groupe de bâtiment [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="surface_deperditive_verticale" nullable="true" remarks="Estimation de la surface déperditive verticale (murs et fenêtres) du bâtiment après correction des surfaces extérieures brutes pour les adapter aux locaux chauffés du groupe de bâtiment [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="surface_toiture" nullable="true" remarks="Estimation de la surface de toiture du bâtiment [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="sh" nullable="true" remarks="Estimation de la surface habitable du bâtiment [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="16" name="compacite" nullable="true" remarks="Ratio entre la somme des surfaces extérieures corrigées et adaptées aux locaux chauffés de la géométrie 2D extrudée des constructions de bâtiments (batiment_construction.geom_cstr) au sein d'un groupe de bâtiment (batiment_groupe) et la somme des surfaces habitables (batiment_groupe_ffo_bat.s_log) de ce groupe" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="17" name="compacite_verticale" nullable="true" remarks="Ratio entre la somme de toutes les surfaces verticales extérieures corrigées et adaptées aux locaux chauffés au sein d'un groupe de bâtiment (batiment_groupe) et la somme des surfaces habitables (batiment_groupe_ffo_bat.s_log) de ce groupe." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="18" name="compacite_brute" nullable="true" remarks="Ratio entre la somme de toutes les surfaces de la géométrie 2D extrudée des constructions de bâtiments (batiment_construction.geom_cstr) au sein d'un groupe de bâtiment (batiment_groupe) et la somme des surfaces habitables (batiment_groupe_ffo_bat.s_log) de ce groupe." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="19" name="compacite_verticale_brute" nullable="true" remarks="Ratio entre la somme de toutes les surfaces verticales de la géométrie 2D extrudée des constructions de bâtiments (batiment_construction.geom_cstr) au sein d'un groupe de bâtiment (batiment_groupe) et la somme des surfaces habitables (batiment_groupe_ffo_bat.s_log) de ce groupe." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="20" name="correction_vertical" nullable="true" remarks="coefficient de correction des surfaces déperditives verticale pour le bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="21" name="correction_surface_horizontale" nullable="true" remarks="coefficient de correction des surfaces déperditives horizontales pour le bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="correction_plancher_bas_non_deperditif" nullable="true" remarks="Esttimation si le plancher_bas est déperditif" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="23" name="ratio_volume_superstructure_defaut_volume_geom" nullable="true" remarks="Ratio entre le volume de la superstructure par défaut et le volume de la géométrie" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="summer_solar_radiation" nullable="true" remarks="Estimation des radiations solaires d'été (kWh/m2/an)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="gisement_gain_conso_finale_total" nullable="true" remarks="Estimation du gisement de gain de consommation finale total" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="gisement_gain_ges_mean" nullable="true" remarks="Estimation moyenne du gisement de gain sur les émissions de gaz à effets de serre" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="gisement_gain_energetique_mean" nullable="true" remarks="Estimation du gain énergétique moyen" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="etat_initial_consommation_energie_estim_inc" nullable="true" remarks="Fiabilité des estimations de consommation énergétique finale avant rénovation [1-5].&#10;La fiabilité est basée sur le ratio entre la largeur de l'intervalle de confiance à 95% et la valeur moyenne.&#10;- 5 : de 0% à 20% &#10;- 4 : de 20% à 100%&#10;- 3 : de 100% à 150%&#10;- 2 : de 150% à 200%&#10;- 1 : 200% et +" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="etat_initial_consommation_energie_estim_lower" nullable="true" remarks="Estimation basse de la consommation énergétique finale avant rénovation [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="etat_initial_consommation_energie_estim_mean" nullable="true" remarks="Estimation moyenne de la consommation énergétique finale avant rénovation [kWh/m2/an]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="etat_initial_consommation_energie_estim_upper" nullable="true" remarks="Estimation haute de la consommation énergétique finale avant rénovation [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="etat_initial_consommation_energie_primaire_estim_lower" nullable="true" remarks="Estimation basse de la consommation énergétique primaire avant rénovation [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="33" name="etat_initial_consommation_energie_primaire_estim_mean" nullable="true" remarks="Estimation moyenne de la consommation énergétique primaire avant rénovation [kWh/m2/an]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="34" name="etat_initial_consommation_energie_primaire_estim_upper" nullable="true" remarks="Estimation haute de la consommation énergétique primaire avant rénovation [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="35" name="etat_initial_consommation_ges_estim_inc" nullable="true" remarks="Incertitude sur l'estimation de consommation de GES avant rénovation &#10;La fiabilité est basée sur le ratio entre la largeur de l'intervalle de confiance à 95% et la valeur moyenne.&#10;- 5 : de 0% à 20% &#10;- 4 : de 20% à 100%&#10;- 3 : de 100% à 150%&#10;- 2 : de 150% à 200%&#10;- 1 : 200% et +" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="36" name="etat_initial_ges_estim_lower" nullable="true" remarks="Estimation basse de la consommation de GES avant rénovation [kgeqC02/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="37" name="etat_initial_ges_estim_mean" nullable="true" remarks="Estimation moyenne de la consommation de GES avant rénovation [kgeqC02/m2/an]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="38" name="etat_initial_ges_estim_upper" nullable="true" remarks="Estimation haute de la consommation de GES avant rénovation [kgeqC02/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="39" name="etat_initial_risque_canicule" nullable="true" remarks="Estimation du risque canicule avant rénovation [1-5]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="40" name="etat_initial_risque_canicule_inc" nullable="true" remarks="Incertitude de l'estimation du risque canicule avant rénovation [1-5]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="41" name="etat_renove_consommation_energie_estim_inc" nullable="true" remarks="Incertitude sur les estimations des consommations énergétiques finales après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;La fiabilité est basée sur le ratio entre la largeur de l'intervalle de confiance à 95% et la valeur moyenne.&#10;- 5 : de 0% à 20% &#10;- 4 : de 20% à 100%&#10;- 3 : de 100% à 150%&#10;- 2 : de 150% à 200%&#10;- 1 : 200% et +" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="42" name="etat_renove_consommation_energie_estim_lower" nullable="true" remarks="Estimation basse de la consommation énergétique finale après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="43" name="etat_renove_consommation_energie_estim_mean" nullable="true" remarks="Estimation moyenne de la consommation énergétique finale après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="44" name="etat_renove_consommation_energie_estim_upper" nullable="true" remarks="Estimation haute de la consommation énergétique finale après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="45" name="etat_renove_consommation_energie_primaire_estim_lower" nullable="true" remarks="Estimation basse de la consommation d'énergie primaire après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="46" name="etat_renove_consommation_energie_primaire_estim_mean" nullable="true" remarks="Estimation moyenne de la consommation d'énergie primaire après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="47" name="etat_renove_consommation_energie_primaire_estim_upper" nullable="true" remarks="Estimation haute de la consommation d'énergie primaire après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="48" name="etat_renove_consommation_ges_estim_inc" nullable="true" remarks="Incertitude sur l'estimation de consommation de GES après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kgeqC02/m2/an]&#10;La fiabilité est basée sur le ratio entre la largeur de l'intervalle de confiance à 95% et la valeur moyenne.&#10;- 5 : de 0% à 20% &#10;- 4 : de 20% à 100%&#10;- 3 : de 100% à 150%&#10;- 2 : de 150% à 200%&#10;- 1 : 200% et +" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="49" name="etat_renove_ges_estim_lower" nullable="true" remarks="Estimation basse des émissions de GES après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="50" name="etat_renove_ges_estim_mean" nullable="true" remarks="Estimation moyenne des émissions de GES après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="51" name="etat_renove_ges_estim_upper" nullable="true" remarks="Estimation haute des émissions de GES après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="52" name="etat_renove_risque_canicule" nullable="true" remarks="Estimation du risque canicule après rénovation [1-5]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="53" name="etat_renove_risque_canicule_inc" nullable="true" remarks="Incertitude de l'estimation du risque canicule après rénovation [1-5]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="54" name="etiquette_dpe_initial_a" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette A dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="55" name="etiquette_dpe_initial_b" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette B dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="56" name="etiquette_dpe_initial_c" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette C dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="57" name="etiquette_dpe_initial_d" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette D dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="58" name="etiquette_dpe_initial_e" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette E dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="59" name="etiquette_dpe_initial_f" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette F dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="60" name="etiquette_dpe_initial_g" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette G dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="61" name="etiquette_dpe_initial_error" nullable="true" remarks="Erreur sur la simulation de DPE pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="62" name="etiquette_dpe_initial_map" nullable="true" remarks="Etiquette ayant la plus grande probabilité pour l'état actuel du bâtiment" size="1" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="63" name="etiquette_dpe_initial_map_2nd" nullable="true" remarks="2 étiquettes ayant la plus grande probabilité pour l'état actuel du bâtiment. Si le champs vaut F-G alors F la première étiquette est l'étiquette la plus probable , G la seconde étiquette la plus probable." size="3" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="64" name="etiquette_dpe_initial_map_prob" nullable="true" remarks="Probabilité que le bâtiment ait une étiquette DPE égale à l'étiquette ayant la plus grande probabilité pour l'état actuel du bâtiment. C'est la probabilité d'avoir pour ce bâtiment l'étiquette etiquette_dpe_initial_map. Si etiquette_dpe_initial_map = F et que etiquette_dpe_initial_map_prob = 0.64 alors il y a 64% de chance que l'étiquette DPE de ce bâtiment soit classé F" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="65" name="etiquette_dpe_initial_map_2nd_prob" nullable="true" remarks="Probabilité que le bâtiment ait une étiquette DPE parmi les 2 étiquettes ayant la plus grande probabilité pour l'état actuel du bâtiment. Si etiquette_dpe_initial_map_2nd = F-G et que etiquette_dpe_initial_map_2nd_prob = 0.95 alors il y a 95% de chance que l'étiquette DPE de ce bâtiment soit classé F ou G." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="66" name="etiquette_dpe_initial_inc" nullable="true" remarks="Classe d'incertitude sur la prédiction de l'étiquette dpe avec la plus grande probabilité avant rénovation [1 à 5].&#10;Cet indicateur se lit de 1 = peu fiable à 5 = fiable.&#10;La fiabilité est basé sur la densité de probabilité intégrée sur les 2 étiquettes prédites les plus probables.&#10;Par exemple, si les 2 étiquettes les plus probables sont C ou D, et que la somme des probabilités d'avoir C ou D est &gt; à 90%, &#10;alors la fiabilité est considéré être à 5.&#10;  - 5 : de 100% à 90% de probabilité dans les 2 étiquettes les plus probables&#10;  - 4: de 80% à 90%&#10;  - 3: de 70% à 80%&#10;  - 2: de 60% à 70%&#10;  - 1: de 0% à 60%" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="67" name="etiquette_dpe_renove_a" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette A dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="68" name="etiquette_dpe_renove_b" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette B dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="69" name="etiquette_dpe_renove_c" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette C dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="70" name="etiquette_dpe_renove_d" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette D dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="71" name="etiquette_dpe_renove_e" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette E dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="72" name="etiquette_dpe_renove_f" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette F dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="73" name="etiquette_dpe_renove_g" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette G dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="74" name="etiquette_dpe_renove_error" nullable="true" remarks="Erreur sur la simulation de DPE avant rénovation" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="75" name="etiquette_dpe_renove_map" nullable="true" remarks="Etiquette ayant la plus grande probabilité après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="1" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="76" name="etiquette_dpe_renove_map_2nd" nullable="true" remarks="2 étiquettes ayant la plus grande probabilité après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="3" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="77" name="etiquette_dpe_renove_map_prob" nullable="true" remarks="Probabilité que le bâtiment ait une étiquette DPE égale à l'étiquette ayant la plus grande probabilité après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="78" name="etiquette_dpe_renove_map_2nd_prob" nullable="true" remarks="Probabilité que le bâtiment ait une étiquette DPE parmi les 2 étiquettes ayant la plus grande probabilité après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="79" name="etiquette_dpe_renove_inc" nullable="true" remarks="Incertitude de classe sur l'étiquette dpe avec la plus grande probabilité après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [1-5]&#10;Cet indicateur se lit de 1 = peu fiable à 5 = fiable.&#10;La fiabilité est basé sur la densité de probabilité intégrée sur les 2 étiquettes prédites les plus probables.&#10;Par exemple, si les 2 étiquettes les plus probables sont C ou D, et que la somme des probabilités d'avoir C ou D est &gt; à 90%, &#10;alors la fiabilité est considéré être à 5.&#10;  - 5 : de 100% à 90% de probabilité dans les 2 étiquettes les plus probables&#10;  - 4: de 80% à 90%&#10;  - 3: de 70% à 80%&#10;  - 2: de 60% à 70%&#10;  - 1: de 0% à 60%" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="80" name="etat_initial_besoin_chauffage_estim_lower" nullable="true" remarks="{ doc(&quot;col_etat_initial_besoin_chauffage_estim_lower&quot;)}" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="81" name="etat_initial_besoin_chauffage_estim_mean" nullable="true" remarks="{ doc(&quot;col_etat_initial_besoin_chauffage_estim_mean&quot;)}" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="82" name="etat_initial_besoin_chauffage_estim_upper" nullable="true" remarks="{ doc(&quot;col_etat_initial_besoin_chauffage_estim_upper&quot;)}" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="83" name="etat_initial_besoin_ecs_estim_mean" nullable="true" remarks="{ doc(&quot;col_etat_initial_besoin_ecs_estim_mean&quot;)}" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="84" name="etat_renove_besoin_chauffage_estim_lower" nullable="true" remarks="{ doc(&quot;col_etat_renove_besoin_chauffage_estim_lower&quot;)}" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="85" name="etat_renove_besoin_chauffage_estim_mean" nullable="true" remarks="{ doc(&quot;col_etat_renove_besoin_chauffage_estim_mean&quot;)}" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="86" name="etat_renove_besoin_chauffage_estim_upper" nullable="true" remarks="{ doc(&quot;col_etat_renove_besoin_chauffage_estim_upper&quot;)}" size="10" type="int4" typeCode="4"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_simulations_dpe__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="9d7d15002721326db522ac9b32535ddd" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_simulations_dvf" numRows="10225020" remarks="Estimation des valeurs foncières rapportées au m² pour les logements situés à l’intérieur du bâtiment.  &#10;Cette estimation repose sur un modèle utilisant les valeurs foncières réelles des logements vendus dans le même IRIS." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="usage_niveau_1_txt" nullable="true" remarks="indicateurs d'usage simplifié du bâtiment (verbose). Cette donnée est dépréciée au niveau de cette table car redondante avec les informations présentes dans batiment_groupe_ffo_bat" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="3" name="valeur_fonciere_etat_initial_estim_lower" nullable="true" remarks="Estimation basse de la valeur fonciere avant renovation [€/m²] (intervalle à 95%)" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="4" name="valeur_fonciere_etat_initial_estim_mean" nullable="true" remarks="Estimation moyenne de la valeur fonciere avant renovation [€/m²]" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="5" name="valeur_fonciere_etat_initial_estim_upper" nullable="true" remarks="Estimation haute de la valeur fonciere avant renovation [€/m²] (intervalle à 95%)" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="valeur_fonciere_etat_initial_incertitude" nullable="true" remarks="incertitude de l'estimation de la valeur fonciere avant renovation" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="7" name="valeur_fonciere_etat_renove_estim_lower" nullable="true" remarks="Estimation basse de la valeur fonciere apres renovation [€/m²] (intervalle à 95%)" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="8" name="valeur_fonciere_etat_renove_estim_mean" nullable="true" remarks="Estimation moyenne de la valeur fonciere apres renovation [€/m²]" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="9" name="valeur_fonciere_etat_renove_estim_upper" nullable="true" remarks="Estimation haute de la valeur fonciere apres renovation [€/m²] (intervalle à 95%)" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="valeur_fonciere_etat_renove_incertitude" nullable="true" remarks="incertitude de l'estimation de la valeur fonciere apres renovation" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="classe_dpe_conso_initial" nullable="true" remarks="classe dpe a l'echelle bâtiment predit dans son etat initial" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="classe_dpe_conso_renove" nullable="true" remarks="classe dpe a l'echelle bâtiment predit dans son etat renove" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="13" name="r2" nullable="true" remarks="r2 du modele de simulation" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="14" name="difference_abs_valeur_fonciere_etat_initial_renove" nullable="true" remarks="difference absolue entre la valeur foncière avant et apres renovation [€/m²]" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="15" name="difference_rel_valeur_fonciere_etat_initial_renove" nullable="true" remarks="difference relative de valeur fonciere avant et apres renovation" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="difference_rel_valeur_fonciere_etat_initial_renove_categorie" nullable="true" remarks="categorie de la difference relative de valeur fonciere avant et apres renovation (verbose)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="17" name="difference_rel_valeur_fonciere_initial_mean_iris" nullable="true" remarks="difference relative de la valeur fonciere avant renovation par rapport à la moyenne à l'iris predite sans renovation" size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="18" name="difference_rel_valeur_fonciere_renove_mean_iris" nullable="true" remarks="difference relative de la valeur fonciere apres renovation par rapport à la moyenne à l'iris predite sans renovation" size="17" type="float8" typeCode="8"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_simulations_dvf__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="0549909b818d62ce76f40ed2e488a1db" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_simulations_isb" numRows="19818284" remarks="Table regroupant les indicateurs de surchauffe des bâtiments (ISB).&#10;Objectif :&#10;Cette table synthétise les indicateurs relatifs au risque de surchauffe des bâtiments. Elle est issue d’un produit de recherche et son contenu (colonnes, noms, données) peut évoluer. La méthodologie est disponible sur : [bdnb.io/documentation/predictions_isb_dh](https://bdnb.io/documentation/predictions_isb_dh) &#10;L'indicateur de surchauffe est calculé sur des logements représentatifs du bâtiment et est décliné pour trois typologies particulières de logements :&#10;- **Maison individuelle** : résultats dans les colonnes `maison_ou_collectif_dernier_etage`.&#10;- **Collectif résidentiel** :&#10;  - Dernier étage (influence toiture) → colonnes `maison_ou_collectif_dernier_etage`.&#10;  - Étage courant (sans influence toiture) → colonnes `collectif_etage_courant`.&#10;&#10;Un logement au dernier étage est généralement plus exposé à la surchauffe estivale qu’un logement en étage courant.&#10;&#10;Indicateur :&#10;Basé sur le **degré-heure (DH)** : temps passé au-dessus d’un seuil de température sur une année type.&#10;Pour chaque typologie, trois informations sont fournies :&#10;- `dh_moyen` : moyenne des DH issus des simulations.&#10;- `classe_plus_probable_dh` : classe de DH la plus probable (facilite la comparaison entre bâtiments).&#10;- `fiabilite_dh` : fiabilité des résultats.&#10;&#10;Interprétation :&#10;- DH élevé → risque d’inconfort estival important.&#10;- DH faible → faible risque d'inconfort.&#10;&#10;Méthodologie :&#10;- Basée sur la météo réglementaire RE2020 (référence canicule 2003).&#10;- Prédiction statistique issue de simulations thermiques dynamiques.&#10;- Prend en compte : performance thermique (isolation, inertie, protections solaires), configuration (orientation, traversant), îlots de chaleur urbains.&#10;- Hypothèse : gestion thermique optimale par les occupants (volets fermés le jour, ventilation nocturne).&#10;- N’inclut pas la climatisation.&#10;&#10;⚠️ **EXPERIMENTAL** : Table expérimentale, structure et champs susceptibles d’évoluer." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="dh_moyen_2003_maison_ou_collectif_dernier_etage" nullable="true" remarks="Valeur moyenne du DH pour ce logement, calculé à partir du climat réglementaire actuel, RE2020 (qui prend en compte la canicule de 2003). Le logement correspond soit à une maison individuelle, soit, dans le cas d'un bâtiment résdientiel collectif, d'un logement représentatif du bâtiment au dernier étage (c-a-d, avec l'influence de la toiture). La valeur moyenne est obtenue à partir d'un grand nombre de simulations de ce logement. Plus le DH est élevé, plus le risque d'inconfort en été est fort. Plus le DH est faible, plus le risque d'inconfort en été est faible." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="classe_plus_probable_dh_2003_maison_ou_collectif_dernier_etage" nullable="true" remarks="La classe de DH la plus probable pour ce logement. Les classes de surchauffe ont été créées afin de faciliter la comparaison au sein du parc de bâtiments. Le logement correspond soit à une maison individuelle, soit, dans le cas d'un bâtiment résdientiel collectif, d'un logement représentatif du bâtiment au dernier étage (c-a-d, avec l'influence de la toiture). La classe la plus probable est obtenue à partir d'un grand nombre de simulations de ce logement. Plus la classe de DH est élevé, plus le risque d'inconfort en été est fort. Plus la classe de DH est faible, plus le risque d'inconfort en été est faible." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="fiabilite_dh_2003_maison_ou_collectif_dernier_etage" nullable="true" remarks="Fiabilité des résultats pour ce logement. Les résultats étant issues de simulations, un degré de fiabilité peut être estimé. Un degré de fiabilité élevé ne présume pas d'un résultat sans erreur. Le logement correspond soit à une maison individuelle, soit, dans le cas d'un bâtiment résdientiel collectif, d'un logement représentatif du bâtiment au dernier étage (c-a-d, avec l'influence de la toiture)." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="dh_moyen_2003_collectif_etage_courant" nullable="true" remarks="Valeur moyenne du DH pour ce logement, calculé à partir du climat réglementaire actuel, RE2020 (qui prend en compte la canicule de 2003). Cette donnée n'est disponible que pour les bâtiments correspondant à du résidentiel collectif et où des logements sont présents sur plusieurs étages. Le logement correspond à un logement représentatif du bâtiment en étage courant (c-a-d, sans l'influence de la toiture). La valeur moyenne est obtenue à partir d'un grand nombre de simulations de ce logement. Plus le DH est élevé, plus le risque d'inconfort en été est fort. Plus le DH est faible, plus le risque d'inconfort en été est faible." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="classe_plus_probable_dh_2003_collectif_etage_courant" nullable="true" remarks="La classe de DH la plus probable pour ce logement. Les classes de surchauffe ont été créées afin de faciliter la comparaison au sein du parc de bâtiments. Cette donnée n'est disponible que pour les bâtiments correspondant à du résidentiel collectif et où des logements sont présents sur plusieurs étages. Le logement correspond à un logement représentatif du bâtiment en étage courant (c-a-d, sans l'influence de la toiture). La classe la plus probable est obtenue à partir d'un grand nombre de simulations de ce logement. Plus la classe de DH est élevé, plus le risque d'inconfort en été est fort. Plus la classe de DH est faible, plus le risque d'inconfort en été est faible." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="fiabilite_dh_2003_collectif_etage_courant" nullable="true" remarks="Fiabilité des résultats pour ce logement. Les résultats étant issues de simulations, un degré de fiabilité peut être estimé. Un degré de fiabilité élevé ne présume pas d'un résultat sans erreur. Cette donnée n'est disponible que pour les bâtiments correspondant à du résidentiel collectif et où des logements sont présents sur plusieurs étages. Le logement correspond à un logement représentatif du bâtiment en étage courant (c-a-d, sans l'influence de la toiture)." size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_simulations_isb__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="6e9fc81fa438cd64d463fb2de7704d0f" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="a65639a536557e6b4fc3709ecd4c5521" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_simulations_surface_habitable" numRows="18353008" remarks="Objectif :&#10;Cette table fournit une estimation de la surface habitable des maisons individuelles, calculée à l’aide d’un modèle prédictif entraîné sur la base des données de [demande de valeur foncière](https://datafoncier.cerema.fr/donnees/autres-donnees-foncieres/dvfplus-open-data) en open data&#10;&#10;La table met à disposition :&#10;- la surface habitable prédite,&#10;- la surface habitable réelle ou prédite. (réelle lorsqu’elle est renseignée dans DVF+)&#10;- un indicateur précisant la source de la surface réelle lorsqu'elle est réelle (pour le moment une unique source &quot;dvf&quot;)&#10;&#10;Définition du modèle :&#10;Le modèle prédit la surface habitable moyenne d’un logement en utilisant uniquement :&#10;- la géométrie issue des données de la BDTOPO de l'IGN (`emprise`, `hauteur`, `niveaux`),&#10;- les attributs métiers suivants (`nombre de logements`, `matériaux de murs et toitures,` `indicateur de densité urbaine de l'IRIS`, `présence dans une commune de montagne` et `année de construction`)&#10;- les surfaces habitables issues de DVF+ comme base d’apprentissage.&#10;&#10;La surface habitable totale du bâtiment est obtenue en :&#10;- estimant la surface habitable d’un logement moyen&#10;- multipliant cette valeur par le nombre de logements du bâtiment.&#10;&#10;Attention : cette estimation de surface habitable est restreinte aux seules maisons individuelles pour le moment.&#10;&#10;La surface prédite est une estimation de la surface habitable **fiscale** présente dans le jeu de données de demande de valeur foncière (DVF). Ce type de surface peut être très sensiblement différent à la surface loi Carrez. pour en savoir plus, vous pouvez consulter la documentation du CEREMA à ce sujet (https://doc-datafoncier.cerema.fr/doc/guide/ff/slocal-surface-du-local-bati) (paragraphe : surface d'habitation)" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="2" name="surface_habitable_predite" nullable="true" remarks="Surface habitable estimée par le modèle prédictif en [m²], correspond à la valeur estimée par le modèle. (la surface est une surface habitable au sens fiscal telle que transmise dans les données DVF+)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="3" name="surface_habitable_reel_ou_predite" nullable="true" remarks="Surface habitable retenue pour le bâtiment en [m²].  &#10;Il s’agit :&#10;- soit de la surface habitable réelle issue des données DVF+ lorsqu’elle est disponible (Elle concerne un seul logement),&#10;- soit de la surface habitable prédite par le modèle dans le cas contraire." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="source_surface_reelle" nullable="true" remarks="Indicateur  précisant l’origine de la surface fournie dans `surface_habitable_reel_ou_predite` :&#10;- `dvf` : la surface provient d’une donnée réelle DVF Open,&#10;- NULL : la surface provient du modèle prédictif." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="fiabilite_prediction" nullable="true" remarks="Indicateur qualitatif évaluant la fiabilité de la prédiction de surface habitable.&#10;Il repose sur la cohérence et la complétude des données d’entrée utilisées par le modèle.&#10;Valeurs possibles :&#10;- `faible` : données atypiques, estimation à interpréter avec prudence,&#10;- `modérée` : données globalement cohérentes, prédiction raisonnablement fiable,&#10;- `élevée` : données complètes et typiques, prédiction considérée comme robuste." size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_simulations_surface_habitable__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="b07c959c88c947f3750d45cb2f2fd1a2" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_simulations_valeur_verte" numRows="18816968" remarks="Simulation des gains en valeur foncière liés à un potentiel changement de classe DPE pour un logement du bâtiment (en valeur relative).  &#10;Cette estimation repose sur :&#10;- un modèle utilisant les valeurs foncières réelles des logements vendus dans le même IRIS,&#10;- les prédictions DPE issues de la table `batiment_groupe_simulations_dpe`." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="renovation" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule une rénovation" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="gain_classe_b_vers_a" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE B vers A" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="gain_classe_c_vers_a" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE C vers A" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="gain_classe_c_vers_b" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE C vers B" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="gain_classe_d_vers_a" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE D vers A" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="gain_classe_d_vers_b" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE D vers B" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="gain_classe_d_vers_c" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE D vers C" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="gain_classe_e_vers_a" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE E vers A" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="gain_classe_e_vers_b" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE E vers B" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="gain_classe_e_vers_c" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE E vers C" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="gain_classe_e_vers_d" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE E vers D" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="gain_classe_f_vers_a" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE F vers A" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="gain_classe_f_vers_b" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE F vers B" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="gain_classe_f_vers_c" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE F vers C" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="gain_classe_f_vers_d" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE F vers D" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="gain_classe_f_vers_e" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE F vers E" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="gain_classe_g_vers_a" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE G vers A" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="gain_classe_g_vers_b" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE G vers B" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="gain_classe_g_vers_c" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE G vers C" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="gain_classe_g_vers_d" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE G vers D" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="gain_classe_g_vers_e" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE G vers E" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="gain_classe_g_vers_f" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE G vers F" size="0" type="numeric" typeCode="2"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_simulations_valeur_verte__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="3d45c96facc966c5f5c03cffdc9ed432" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_synthese_enveloppe" numRows="22341578" remarks="Table de synthèse des informations sur l’enveloppe du bâtiment (murs, toiture, vitrages, planchers).  &#10;Elle contient :&#10;- des informations sur les performances énergétiques des parois,&#10;- leurs caractéristiques techniques,&#10;- les types de matériaux utilisés.&#10;&#10;Cette table compile des données issues des DPE et des Fichiers Fonciers." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="source_information_principale" nullable="true" remarks="base de données source principale d'où est tirée directement les informations sur les systèmes énergétiques du bâtiment. (pour l'instant pas de combinaisons de sources voir méthodo)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="score_fiabilite" nullable="true" remarks="score de fiabilité attribué aux informations affichées. En fonction de la source principale et du recoupement des informations de plusieurs sources le score peut être plus ou moins élevé. Le score maximal de confiance est de 10, le score minimal de 1. des informations recoupées par plusieurs sources ont un score de confiance plus élevé que des informations fournies par une unique source (voir méthodo)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="type_batiment_dpe" nullable="true" remarks="défini si le DPE a été établi pour une maison, un appartement ou un immeuble entier. Cette colonne est renseignée uniquement si la source d'information est un DPE." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="type_vitrage" nullable="true" remarks="type de vitrage principal des baies vitrées du DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="type_materiaux_menuiserie" nullable="true" remarks="type de matériaux principal des menuiseries des baies vitrées du DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="type_gaz_lame" nullable="true" remarks="type de gaz injecté principalement dans la lame entre les vitrages des baies vitrées du DPE (double vitrage ou triple vitrage uniquement)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="type_fermeture" nullable="true" remarks="type de fermeture principale installée sur les baies vitrées du DPE (volet,persienne etc..)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="epaisseur_lame" nullable="true" remarks="epaisseur principale de la lame de gaz entre vitrages pour les baies vitrées du DPE." size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="vitrage_vir" nullable="true" remarks="le vitrage a été traité avec un traitement à isolation renforcé ce qui le rend plus performant d'un point de vue thermique." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="traversant" nullable="true" remarks="indicateur du côté traversant du logement." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="u_baie_vitree" nullable="true" remarks="Coefficient de transmission thermique moyen des baies vitrées en incluant le calcul de la résistance additionelle des fermetures (calcul Ujn) (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="uw" nullable="true" remarks="Coefficient de transmission thermique moyen des baies vitrées sans prise en compte des fermeture (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="facteur_solaire_baie_vitree" nullable="true" remarks="facteur de transmission du flux solaire par la baie vitrée. coefficient entre 0 et 1" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="presence_balcon" nullable="true" remarks="présence de balcons identifiés par analyse des coefficients de masques solaires du DPE." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="l_orientation_baie_vitree" nullable="true" remarks="liste des orientations des baies vitrées (enum version BDNB)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="pourcentage_surface_baie_vitree_exterieur" nullable="true" remarks="pourcentage de surface de baies vitrées rapportée à la surface totale des murs extérieurs" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="type_isolation_mur_exterieur" nullable="true" remarks="type d'isolation principal des murs donnant sur l'extérieur pour le DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="epaisseur_isolation_mur_exterieur_estim" nullable="true" remarks="epaisseur d'isolation moyenne des murs extérieurs estimée à partir de la différence entre le U de mur et le U de mur nu. Dans le cas d'une épaisseur déclarée c'est directement l'épaisseur déclarée qui est considérée, dans le cas contraire l'épaisseur est estimée aussi pour les U conventionels de la méthode 3CL DPE." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="materiaux_structure_mur_exterieur" nullable="true" remarks="matériaux ou principe constructif principal utilisé pour les murs extérieurs (enum version BDNB)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="materiaux_structure_mur_exterieur_simplifie" nullable="true" remarks="materiaux principal utilié pour les murs extérieur simplifié. Cette information peut être récupérée de différentes sources (Fichiers Fonciers ou DPE pour le moment)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="epaisseur_structure_mur_exterieur" nullable="true" remarks="epaisseur moyenne de la partie structure du mur (sans l'isolation rapportée ni les doublages)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="u_mur_exterieur" nullable="true" remarks="Coefficient de transmission thermique moyen des murs extérieurs (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="l_local_non_chauffe_mur" nullable="true" remarks="liste des locaux non chauffés en contact avec les murs (enum DPE 2021)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="local_non_chauffe_principal_mur" nullable="true" remarks="liste des locaux non chauffés en contact avec les murs (enum DPE 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="l_orientation_mur_exterieur" nullable="true" remarks="liste des orientations des murs donnant sur l'extérieur (enum version BDNB)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="type_isolation_plancher_bas" nullable="true" remarks="type d'isolation principal des planchers bas déperditifs pour le DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="type_plancher_bas_deperditif" nullable="true" remarks="materiaux ou principe constructif principal des planchers bas" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="u_plancher_bas_final_deperditif" nullable="true" remarks="Coefficient de transmission thermique moyen des planchers bas en prenant en compte l'atténuation forfaitaire du U lorsqu'en contact avec le sol de la méthode 3CL(W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="u_plancher_bas_brut_deperditif" nullable="true" remarks="Coefficient de transmission thermique moyen des planchers bas brut (W/m²/K) (sans application de la réduction de déperdition liée à la modélisation du contact avec le sol dans la méthode 3CL)." size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="l_local_non_chauffe_plancher_bas" nullable="true" remarks="liste des locaux non chauffés en contact avec les planchers bas (enum DPE 2021)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="local_non_chauffe_principal_plancher_bas" nullable="true" remarks="liste des locaux non chauffés en contact avec les planchers bas (enum DPE 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="33" name="type_adjacence_principal_plancher_bas" nullable="true" remarks="type d'adjacence principale des planchers bas (sont ils en contact avec l'extérieur ou un local non chauffé)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="34" name="type_isolation_plancher_haut" nullable="true" remarks="type d'isolation principal des planchers hauts déperditifs pour le DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="35" name="type_plancher_haut_deperditif" nullable="true" remarks="materiaux ou principe constructif principal des planchers hauts" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="36" name="u_plancher_haut_deperditif" nullable="true" remarks="Coefficient de transmission thermique moyen des planchers hauts (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="37" name="l_local_non_chauffe_plancher_haut" nullable="true" remarks="liste des locaux non chauffés en contact avec les planchers hauts (enum DPE 2021)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="38" name="local_non_chauffe_principal_plancher_haut" nullable="true" remarks="liste des locaux non chauffés en contact avec les planchers hauts (enum DPE 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="39" name="type_adjacence_principal_plancher_haut" nullable="true" remarks="type d'adjacence principale des planchers haut (sont ils en contact avec l'extérieur ou un local non chauffé)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="40" name="materiaux_toiture_simplifie" nullable="true" remarks="materiaux principal utilié pour la toiture simplifié. Cette information peut être récupérée de différentes sources (Fichiers Fonciers ou DPE pour le moment)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="41" name="type_porte" nullable="true" remarks="type de porte du DPE (enum version DPE 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="42" name="u_porte" nullable="true" remarks="Coefficient de transmission thermique moyen des portes (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="43" name="classe_inertie" nullable="true" remarks="classe d'inertie pour le DPE (de légère à très lourde)" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="pk_batiment_groupe_synthese_enveloppe" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="ix_batiment_groupe_synthese_enveloppe_code_departement_insee" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_synthese_propriete_usage" numRows="22723444" remarks="Table de synthèse des informations de propriété et d’usage des bâtiments.&#10;&#10;Sources :&#10;Cette table consolide les données issues de multiples sources :&#10;- RPLS&#10;- Fichiers fonciers&#10;- Registre des copropriétés&#10;- ESPACE (projet de géolocalisation des établissements publics en partenariat avec le CEREMA)&#10;- Fichier locaux des personnes morales de la DGFiP&#10;- SIRENE&#10;&#10;Objectif :&#10;Fournir les informations principales sur la propriété et l’usage des groupes de bâtiments.&#10;&#10;NB : Cette table introduit le nouvel indicateur `usage_principal_bdnb_open`, qui remplace l’ancienne variable `usage_niveau_1_txt` issue des seuls fichiers fonciers.  &#10;Il est recommandé d’utiliser `usage_principal_bdnb_open` à la place de la donnée foncière brute." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="usage_principal_bdnb_open" nullable="true" remarks="Indicateur d'usage principal du bâtiment. Cet indicateur est une évolution de la variable d'usage usage_niveau_1_txt (Fichiers Fonciers) qui est corrigée notamment sur les bâtiments publics qui sont affectés en usage tertiaire. &#10;Valeurs possibles :&#10;- Résidentiel individuel&#10;- Résidentiel collectif&#10;- Tertiaire&#10;- Secondaire&#10;- Dépendance&#10;- Indifférencié" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="usage_niveau_2_bdnb" nullable="true" remarks="Usage de deuxième niveau&#10;Valeurs possibles :&#10;- 'administration',&#10;- 'agriculture, sylviculture et pêche',&#10;- 'armée',&#10;- 'bureau',&#10;- 'cave / grenier / remise',&#10;- 'commerce',&#10;- 'culte',&#10;- 'culture',&#10;- 'dépendance diverse',&#10;- 'énergie',&#10;- 'enseignement indifférencié',&#10;- 'enseignement primaire et secondaire',&#10;- 'entrepôt et logistique',&#10;- 'forces de l''ordre et sécurité civile',&#10;- 'garage / parking / box',&#10;- 'hébergement et restauration',&#10;- 'indifférencié',&#10;- 'industrie',&#10;- 'information et communication',&#10;- 'justice',&#10;- 'loisirs',&#10;- 'loisirs détente',&#10;- 'monument',&#10;- 'primaire indifférencié',&#10;- 'recherche et enseignement supérieur',&#10;- 'résidentiel collectif',&#10;- 'résidentiel indifférencié',&#10;- 'résidentiel individuel',&#10;- 'santé et social',&#10;- 'secondaire indifférencié',&#10;- 'service pour l''emploi et la formation',&#10;- 'service urbain',&#10;- 'services',&#10;- 'sport',&#10;- 'tertiaire indifférencié',&#10;- 'transport'" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="usage_niveau_3_bdnb" nullable="true" remarks="Usage de troisième niveau&#10;Valeurs possibles :&#10;- 'abbaye',&#10;- 'administration indifférenciée',&#10;- 'agriculture, sylviculture et pêche indifférenciée',&#10;- 'aire de repos, service ou triage', &#10;- 'artisanat',&#10;- 'autre service de l''enseignement supérieur et de la recherche',&#10;- 'autre service de l''éducation',&#10;- 'autre service des forces de l''ordre',&#10;- 'autre service judiciaire',&#10;- 'autre service médico-social',&#10;- 'autre établissement et service à caractère sanitaire',&#10;- 'basilique', &#10;- 'bibliothèque et médiathèque',&#10;- 'box',&#10;- 'buanderie',&#10;- 'bureau indifférencié',&#10;- 'bûcher',&#10;- 'cathédrale',&#10;- 'cave',&#10;- 'cellier',&#10;- 'centre de formation',&#10;- 'chapelle',&#10;- 'commerce indifférencié',&#10;- 'couvent',&#10;- 'culte indifférencié',&#10;- 'culture indifférenciée',&#10;- 'dépendance de local commun',&#10;- 'dépôt d''archives',&#10;- 'elément de pur agrément',&#10;- 'énergie indifférenciée',&#10;- 'enseignement du premier degré',&#10;- 'enseignement du second degré - premier cycle',&#10;- 'enseignement du second degré - second cycle',&#10;- 'enseignement indifférencié',&#10;- 'enseignement primaire et secondaire indifférencié',&#10;- 'enseignement primaire indifférencié',&#10;- 'enseignement secondaire indifférencié',&#10;- 'entreposage et services auxiliaires des transports',&#10;- 'entrepôsage et logistique indifférencié',&#10;- 'espace loisirs indifférencié',&#10;- 'espace sportif indifférencié',&#10;- 'espaces naturels et animaliers',&#10;- 'forces armées',&#10;- 'garage',&#10;- 'gendarmerie',&#10;- 'gestion de l''eau',&#10;- 'gestion des déchets',&#10;- 'gestion espaces naturels et animaliers',&#10;- 'gestion patrimoine historique',&#10;- 'grenier',&#10;- 'hébergement',&#10;- 'hébergement avec restauration',&#10;- 'hébergement et restauration indifférenciés',&#10;- 'hébergement sans restauration',&#10;- 'indifférencié',&#10;- 'industrie extractive',&#10;- 'industrie indifférenciée',&#10;- 'industrie manufacturière',&#10;- 'information et communication indifférenciée',&#10;- 'jardin d’hiver',&#10;- 'jeux d''hasard et argent',&#10;- 'justice indifférenciée',&#10;- 'logistique',&#10;- 'magasin de centre commercial',&#10;- 'magasin grande surface',&#10;- 'magasin très grande surface',&#10;- 'mairie',&#10;- 'maison individuelle',&#10;- 'maisons groupées',&#10;- 'marché',&#10;- 'monastère',&#10;- 'monument indifférencié',&#10;- 'mosquée',&#10;- 'musée et centre culturel',&#10;- 'parc d''attractions',&#10;- 'parking',&#10;- 'piscine',&#10;- 'pièce indépendante',&#10;- 'police',&#10;- 'presbytère',&#10;- 'production et stockage d''énergie',&#10;- 'recherche et enseignement supérieur indifférencié',&#10;- 'remise',&#10;- 'restauration',&#10;- 'résidentiel collectif',&#10;- 'résidentiel indifférencié',&#10;- 'salle de spectacles',&#10;- 'santé et social indifférencié',&#10;- 'sapeurs-pompiers',&#10;- 'secondaire indifférencié',&#10;- 'serre',&#10;- 'service administratif',&#10;- 'service administratif des forces armées',&#10;- 'service administratif du domaine de l''emploi et de la formation',&#10;- 'service administratif du domaine de l''éducation et de la recherche',&#10;- 'service administratif du domaine des forces de l''ordre et de la sécurité civile',&#10;- 'service administratif du domaine fiscal',&#10;- 'service administratif du domaine judiciaire',&#10;- 'service administratif du domaine médico-social',&#10;- 'service administratif du domaine économique',&#10;- 'service d''accueil des usagers',&#10;- 'service d''administration local',&#10;- 'service d''aide pour l''emploi',&#10;- 'service hospitalier',&#10;- 'service judiciaire et d''accueil du public',&#10;- 'services indifférencié',&#10;- 'station service',&#10;- 'synagogue',&#10;- 'temple',&#10;- 'terrasse',&#10;- 'tertiaire indifférencié',&#10;- 'théâtre',&#10;- 'transformateur',&#10;- 'transport aérien',&#10;- 'transport férroviaire',&#10;- 'transport indifférencié',&#10;- 'transport par conduites',&#10;- 'transport par eau',&#10;- 'transport terrestre',&#10;- 'tribunal',&#10;- 'télécommunication',&#10;- 'usine de génération d''énergie',&#10;- 'éducation et formation à usage culturel',&#10;- 'église',&#10;- 'énergie indifférenciée',&#10;- 'établissement et service de santé',&#10;- 'établissement industriel',&#10;- 'établissement médico-social pour personnes agées',&#10;- 'établissement médico-social pour personnes handicapées',&#10;- 'établissement pénitentiaire',&#10;- 'établissements pour la construction et le génie civil'" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="mixite_usage_residentiel_tertiaire" nullable="true" remarks="Indicateur binaire de la présence d'une mixité d'usage dans le bâtiment, spécifiquement entre les usages résidentiel et tertiaire." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="categorie_usage_propriete" nullable="true" remarks="Catégorie d'usage et de propriété du bâtiment. Cet indicateur couple les catégories d'usages à la typologie de propriétaire du bâtiment pour produire une segmentation du parc utilisé dans de nombreux cas d'usages. &#10;Valeurs possibles :&#10;- Résidentiel individuel social&#10;- Résidentiel individuel indifférencié&#10;- Résidentiel collectif social&#10;- Résidentiel collectif copropriété&#10;- Résidentiel collectif indifférencié&#10;- Tertiaire public indifférencié&#10;- Tertiaire indifférencié&#10;- Secondaire indifférencié&#10;- Dépendance indifférenciée&#10;- Indifférencié" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="presence_logement_social" nullable="true" remarks="Présence de logements sociaux dans le bâtiment." size="1" type="bool" typeCode="-7"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_synthese_propriete_usage__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="49c42cff50d0419d9bdc02f1715bc6fe" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_synthese_systeme_energetique_logement" numRows="6123727" remarks="Table de synthèse des informations sur les systèmes énergétiques présents dans le bâtiment (chauffage, eau chaude sanitaire, climatisation, production d’électricité par énergie renouvelable).  &#10;Elle compile :&#10;- les données des DPE de l’ADEME,&#10;- les données locales de l’énergie,&#10;- les informations de raccordement à un réseau de chaleur (france chaleur urbaine)&#10;- les données du registre national des copropriétés de l’ANAH.&#10;&#10;Attention, ces informations concernent uniquement les bâtiments ayant un usage de logement et uniquement les informations concernant la partie logement des bâtiments à usage mixte" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="source_information_principale" nullable="true" remarks="base de données source principale d'où est tirée directement les informations sur les systèmes énergétiques du bâtiment. (pour l'instant pas de combinaisons de sources voir méthodo)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="score_fiabilite" nullable="true" remarks="score de fiabilité attribué aux informations affichées. En fonction de la source principale et du recoupement des informations de plusieurs sources le score peut être plus ou moins élevé. Le score maximal de confiance est de 10, le score minimal de 1. des informations recoupées par plusieurs sources ont un score de confiance plus élevé que des informations fournies par une unique source (voir méthodo)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="type_batiment_dpe" nullable="true" remarks="défini si le DPE a été établi pour une maison, un appartement ou un immeuble entier. Cette colonne est renseignée uniquement si la source d'information est un DPE." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="type_installation_chauffage" nullable="true" remarks="type d'installation de chauffage (collectif ou individuel)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="type_energie_chauffage" nullable="true" remarks="type d'énergie pour le générateur de chauffage principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="type_generateur_chauffage" nullable="true" remarks="type de générateur de chauffage principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="type_generateur_chauffage_anciennete" nullable="true" remarks="ancienneté du générateur de chauffage principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="type_energie_chauffage_appoint" nullable="true" remarks="type d'énergie pour le générateur de chauffage d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="type_generateur_chauffage_appoint" nullable="true" remarks="type de générateur de chauffage d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="type_generateur_chauffage_anciennete_appoint" nullable="true" remarks="ancienneté du générateur de chauffage d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="chauffage_solaire" nullable="true" remarks="présence de chauffage solaire" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="nb_generateur_chauffage" nullable="true" remarks="nombre de générateurs de chauffage" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="nb_installation_chauffage" nullable="true" remarks="nombre d'installation de chauffage" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="l_type_generateur_chauffage" nullable="true" remarks="type de générateur de chauffage principal (enum version simplifiée BDNB) concaténé en liste pour tous les DPE" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="type_energie_climatisation" nullable="true" remarks="type d'énergie pour le générateur de climatisation principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="type_generateur_climatisation" nullable="true" remarks="type de générateur de climatisation principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="type_generateur_climatisation_anciennete" nullable="true" remarks="ancienneté du générateur de climatisation principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="type_installation_ecs" nullable="true" remarks="type d'installation d'eau chaude sanitaire (ECS) (collectif ou individuel)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="type_energie_ecs" nullable="true" remarks="type d'énergie pour le générateur d'eau chaude sanitaire (ECS) principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="type_generateur_ecs" nullable="true" remarks="type de générateur d'eau chaude sanitaire (ECS) principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="type_generateur_ecs_anciennete" nullable="true" remarks="ancienneté du générateur d'eau chaude sanitaire (ECS) principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="type_energie_ecs_appoint" nullable="true" remarks="type d'énergie pour le générateur d'eau chaude sanitaire (ECS) d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="type_generateur_ecs_appoint" nullable="true" remarks="type de générateur d'eau chaude sanitaire (ECS) d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="type_generateur_ecs_anciennete_appoint" nullable="true" remarks="ancienneté du générateur d'eau chaude sanitaire (ECS) d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="ecs_solaire" nullable="true" remarks="présence d'ecs solaire" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="nb_generateur_ecs" nullable="true" remarks="nombre de générateurs d'ecs" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="nb_installation_ecs" nullable="true" remarks="nombre d'installation d'ecs" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="l_type_generateur_ecs" nullable="true" remarks="type de générateur d'ECS principal (enum version simplifiée BDNB) concaténé en liste pour tous les DPE" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="type_ventilation" nullable="true" remarks="type de système de ventilation du logement" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="type_production_energie_renouvelable" nullable="true" remarks="type de production ENR pour le DPE" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="pk_batiment_groupe_synthese_systeme_energetique_logement" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="ix_synthese_systeme_energetique_logement_code_departement_inse" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_synthese_systeme_energetique_tertiaire" numRows="218583" remarks="Table de synthèse des informations sur les systèmes énergétiques présents dans le bâtiment (chauffage, eau chaude sanitaire, climatisation).  &#10;Elle compile :&#10;- les données des DPE de l’ADEME,&#10;- les données locales de l’énergie&#10;- les informations de raccordement à un réseau de chaleur (france chaleur urbaine)&#10;&#10;Attention, Ces informations concernent uniquement les bâtiments à usage tertiaire." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="source_information_principale" nullable="true" remarks="base de données source principale d'où est tirée directement les informations sur les systèmes énergétiques du bâtiment. (pour l'instant pas de combinaisons de sources voir méthodo)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="score_fiabilite" nullable="true" remarks="score de fiabilité attribué aux informations affichées. En fonction de la source principale et du recoupement des informations de plusieurs sources le score peut être plus ou moins élevé. Le score maximal de confiance est de 10, le score minimal de 1. des informations recoupées par plusieurs sources ont un score de confiance plus élevé que des informations fournies par une unique source (voir méthodo)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="type_energie_chauffage" nullable="true" remarks="type d'énergie pour le générateur de chauffage principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="type_energie_ecs" nullable="true" remarks="type d'énergie pour le générateur d'eau chaude sanitaire (ECS) principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="type_energie_climatisation" nullable="true" remarks="type d'énergie pour le générateur de climatisation principal" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="pk_batiment_groupe_synthese_systeme_energetique_tertiaire" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="ix_ynthese_systeme_energetique_tertiaire_code_departement_inse" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="batiment_groupe_urbanisme" numRows="8342908" remarks="Table qui regroupe les contraintes et réglementations d'urbanismes qui s'appliquent au bâtiment. Dans cette version, les contraintes d'urbanismes intégrées sont celles liées aux sites patrimoniaux et monuments historiques." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="30" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="contrainte_urbanisme_ac4" nullable="true" remarks="Indicateur booléen de la présence du bâtiment dans une zone AC4 (sites patrimoniaux remarquables)" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="contrainte_urbanisme_ac2" nullable="true" remarks="Indicateur booléen de la présence du bâtiment dans une zone AC2 (les sites méritant d'être protégés mais ne présentant pas d'intérêt remarquables suffisants pour justifier leur classement)" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="contrainte_urbanisme_ac1" nullable="true" remarks="Indicateur booléen de la présence du bâtiment dans une zone AC1 (périmètre de 500m autour d'un monument historique ou dans un périmètre aux abords des monuments historiques)" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="zone_plu_bati_patrimonial" nullable="true" remarks="Indicateur booléen de la présence du bâtiment dans un périmètre classé patrimonial dans un PLU. Cela peut potentiellement recouvrir des classifications nationales comme les SPR mais peut aussi correspondre à des protections locales documentées uniquement dans le PLU." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="monument_historique" nullable="true" remarks="Indicateur booléen signalant si le bâtiment est classé comme monument historique. Le bâtiment est déterminé comme monument historique lorsque le géolocalisant du monument est sur le bâtiment en question." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="source_monument_historique" nullable="true" remarks="Source utilisée pour identifier le bâtiment comme monument historique. (mérimée ou géoportail de l'urbanisme ou les deux)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="denomination_monument_historique" nullable="true" remarks="Dénomination du monument historique le plus proche si le bâtiment se trouve dans un périmètre AC1 ou s'il est lui-même bâtiment historique" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="distance_monument_historique" nullable="true" remarks="Distance entre le bâtiment et le monument historique en [m]. La distance est égale à 0m lorsque le bâtiment est un monument historique." size="10" type="int4" typeCode="4"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <index name="batiment_groupe_urbanisme__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="8a6646ee1fcf320f8b37c457e9fdd98d" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="dpe_logement" numRows="18973488" remarks="Table de compilation des DPE logements regroupant les DPE logements de l'arrêté du 8 février 2012 (DPE &quot;arrete 2012&quot; Base ADEME 2012-2021) et les DPE logements de l'arrêté du 31 mars 2021 (juillet 2021 - aujourd'hui). Attention la qualité de données et le taux de remplissage des informations change drastiquement entre les DPE &quot;arrete 2012&quot;  et les DPE &quot;arrete 2021&quot;. Les DPE de l'arrêté du 31 mars sont opposables et donc réputés bien plus fiables et issus d'une base de donnée beaucoup plus propre et complète que la précédente.  Les types de DPE peuvent être filtrés avec la propriété type_dpe entre les DPE &quot;arrete 2012&quot; et &quot;arrete 2021&quot;." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="identifiant_dpe" nullable="false" remarks="identifiant unique des DPE de l'ADEME." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="arrete_2021" nullable="true" remarks="précise si le DPE est un DPE qui est issu de la nouvelle réforme du DPE (arrêté du 31 mars 2021) ou s'il s'agit d'un DPE issu de la modification antérieure de 2012." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="type_dpe" nullable="true" remarks="type de DPE. Permet de préciser le type de DPE (arrêté 2012/arrêté 2021), son objet (logement, immeuble de logement, tertiaire) et la méthode de calcul utilisé (3CL conventionel,facture ou RT2012/RE2020)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="type_batiment_dpe" nullable="true" remarks="défini si le DPE a été établi pour une maison, un appartement ou un immeuble entier. Cette colonne est renseignée uniquement si la source d'information est un DPE." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="periode_construction_dpe" nullable="true" remarks="période de construction selon la segmentation par grandes périodes &quot;énergétiques&quot; du DPE." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="annee_construction_dpe" nullable="true" remarks="année de construction du logement évaluée par le DPE" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="version" nullable="true" remarks="version du DPE (arrêté 2021). Cenuméro de version permet de tracer les évolutions de modèle de données, decontexte réglementaire et de contrôle mis en place sur les DPE. Chaque nouvelle version induit un certain nombre de changements substantiels. Certaines données ne sont disponible ou obligatoires qu'à partir d'une certaine version" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="8" name="date_etablissement_dpe" nullable="true" remarks="date de l'établissement du dpe" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="9" name="date_reception_dpe" nullable="true" remarks="date de réception du DPE dans la base de données de l'ADEME" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="nombre_niveau_logement" nullable="true" remarks="nombre de niveaux du logement (maison ou appartement)" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="nombre_niveau_immeuble" nullable="true" remarks="nombre de niveaux total de l'immeuble" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="surface_habitable_immeuble" nullable="true" remarks="surface habitable totale de l'immeuble dans le cas d'un DPE appartement avec usage collectif ou d'un DPE immeuble.(surface habitable au sens du DPE)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="surface_habitable_logement" nullable="true" remarks="surface habitable du logement renseignée sauf dans le cas du dpe à l'immeuble. (surface habitable au sens du DPE)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="conso_5_usages_ep_m2" nullable="true" remarks="consommation annuelle 5 usages (ecs/chauffage/climatisation/eclairage/auxiliaires) en énergie primaire (déduit de la production pv autoconsommée) (kWhep/m²/an). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 31 mars 2021 (en vigueur actuellement)&#10;Pour les DPE avant le 1er janvier 2026, les consommations annuelles 5 usages en énergie primaire sont recalculés suite à la réforme du 1er janvier sur le [calcul du coefficient d'energie primaire](https://rt-re-batiment.developpement-durable.gouv.fr/faq-dpe-modification-du-facteur-de-conversion-en-a1021.html)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="conso_5_usages_ef_m2" nullable="true" remarks="consommation annuelle 5 usages (ecs/chauffage/climatisation/eclairage/auxiliaires)en énergie finale (déduit de la production pv autoconsommée) (kWhef/m²/an). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 31 mars 2021 (en vigueur actuellement)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="emission_ges_5_usages_m2" nullable="true" remarks="emission GES totale 5 usages rapportée au m² (déduit de la production pv autoconsommée) (ecs/chauffage/climatisation/eclairage/auxiliaires)(kgCO2/m2/an). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 31 mars 2021 (en vigueur actuellement)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="classe_bilan_dpe" nullable="true" remarks="Classe du DPE issu de la synthèse du double seuil sur les consommations énergie primaire et les émissions de CO2 sur les 5 usages (ecs/chauffage/climatisation/eclairage/auxiliaires).  valable uniquement pour les DPE appliquant la méthode de l'arrêté du 31 mars 2021 (en vigueur actuellement)&#10;Pour les DPE avant le 1er janvier 2026, les étiquettes DPE sont des étiquettes recalculées suite à la réforme du 1er janvier sur le [calcul du coefficient d'energie primaire](https://rt-re-batiment.developpement-durable.gouv.fr/faq-dpe-modification-du-facteur-de-conversion-en-a1021.html)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="classe_emission_ges" nullable="true" remarks="classe d'émission GES du DPE 5 usages (chauffage, ECS, climatisation, éclairage et auxiliaires). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 31 mars 2021 (en vigueur actuellement)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="classe_conso_energie_arrete_2012" nullable="true" remarks="classe d'émission GES du DPE 3 usages (Chauffage, ECS, Climatisation). Valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="classe_emission_ges_arrete_2012" nullable="true" remarks="classe d'emission GES du DPE 3 usages (Chauffage, ECS , Climatisation). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="conso_3_usages_ep_m2_arrete_2012" nullable="true" remarks="consommation annuelle 3 usages énergie primaire rapportée au m2 (Chauffage, ECS , Climatisation). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="emission_ges_3_usages_ep_m2_arrete_2012" nullable="true" remarks="emission GES totale 3 usages énergie primaire rapportée au m2 (Chauffage, ECS , Climatisation). valable uniquement pour les DPE appliquant la méthode de l'arrêté du 8 février 2012 (kgCO2/m2/an)." size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="type_installation_chauffage" nullable="true" remarks="type d'installation de chauffage (collectif ou individuel)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="type_energie_chauffage" nullable="true" remarks="type d'énergie pour le générateur de chauffage principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="type_generateur_chauffage" nullable="true" remarks="type de générateur de chauffage principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="type_generateur_chauffage_anciennete" nullable="true" remarks="ancienneté du générateur de chauffage principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="type_energie_chauffage_appoint" nullable="true" remarks="type d'énergie pour le générateur de chauffage d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="type_generateur_chauffage_appoint" nullable="true" remarks="type de générateur de chauffage d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="type_generateur_chauffage_anciennete_appoint" nullable="true" remarks="ancienneté du générateur de chauffage d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="chauffage_solaire" nullable="true" remarks="présence de chauffage solaire" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="nb_generateur_chauffage" nullable="true" remarks="nombre de générateurs de chauffage" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="nb_installation_chauffage" nullable="true" remarks="nombre d'installation de chauffage" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="33" name="type_energie_climatisation" nullable="true" remarks="type d'énergie pour le générateur de climatisation principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="34" name="type_generateur_climatisation" nullable="true" remarks="type de générateur de climatisation principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="35" name="type_generateur_climatisation_anciennete" nullable="true" remarks="ancienneté du générateur de climatisation principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="36" name="type_installation_ecs" nullable="true" remarks="type d'installation d'eau chaude sanitaire (ECS) (collectif ou individuel)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="37" name="type_energie_ecs" nullable="true" remarks="type d'énergie pour le générateur d'eau chaude sanitaire (ECS) principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="38" name="type_generateur_ecs" nullable="true" remarks="type de générateur d'eau chaude sanitaire (ECS) principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="39" name="type_generateur_ecs_anciennete" nullable="true" remarks="ancienneté du générateur d'eau chaude sanitaire (ECS) principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="40" name="type_energie_ecs_appoint" nullable="true" remarks="type d'énergie pour le générateur d'eau chaude sanitaire (ECS) d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="41" name="type_generateur_ecs_appoint" nullable="true" remarks="type de générateur d'eau chaude sanitaire (ECS) d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="42" name="type_generateur_ecs_anciennete_appoint" nullable="true" remarks="ancienneté du générateur d'eau chaude sanitaire (ECS) d'appoint" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="43" name="ecs_solaire" nullable="true" remarks="présence d'ecs solaire" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="44" name="nb_generateur_ecs" nullable="true" remarks="nombre de générateurs d'ecs" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="45" name="nb_installation_ecs" nullable="true" remarks="nombre d'installation d'ecs" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="46" name="plusieurs_facade_exposee" nullable="true" remarks="il est considéré dans le DPE qu'il y a plusieurs facades exposées au vent." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="47" name="type_ventilation" nullable="true" remarks="type de système de ventilation du logement" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="48" name="type_production_energie_renouvelable" nullable="true" remarks="type de production ENR pour le DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="49" name="type_vitrage" nullable="true" remarks="type de vitrage principal des baies vitrées du DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="50" name="type_materiaux_menuiserie" nullable="true" remarks="type de matériaux principal des menuiseries des baies vitrées du DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="51" name="type_gaz_lame" nullable="true" remarks="type de gaz injecté principalement dans la lame entre les vitrages des baies vitrées du DPE (double vitrage ou triple vitrage uniquement)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="52" name="type_fermeture" nullable="true" remarks="type de fermeture principale installée sur les baies vitrées du DPE (volet,persienne etc..)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="53" name="epaisseur_lame" nullable="true" remarks="epaisseur principale de la lame de gaz entre vitrages pour les baies vitrées du DPE." size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="54" name="vitrage_vir" nullable="true" remarks="le vitrage a été traité avec un traitement à isolation renforcé ce qui le rend plus performant d'un point de vue thermique." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="55" name="surface_vitree_nord" nullable="true" remarks="somme de la surface de baies vitrées orientées nord du DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="56" name="surface_vitree_sud" nullable="true" remarks="somme de la surface de baies vitrées orientées sud du DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="57" name="surface_vitree_ouest" nullable="true" remarks="somme de la surface de baies vitrées orientées ouest du DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="58" name="surface_vitree_est" nullable="true" remarks="somme de la surface de baies vitrées orientées est du DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="59" name="surface_vitree_horizontal" nullable="true" remarks="somme de la surface de baies vitrées horizontales du DPE (velux la plupart du temps)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="60" name="traversant" nullable="true" remarks="indicateur du côté traversant du logement." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="61" name="u_baie_vitree" nullable="true" remarks="Coefficient de transmission thermique moyen des baies vitrées en incluant le calcul de la résistance additionelle des fermetures (calcul Ujn) (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="62" name="uw" nullable="true" remarks="Coefficient de transmission thermique moyen des baies vitrées sans prise en compte des fermeture (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="63" name="facteur_solaire_baie_vitree" nullable="true" remarks="facteur de transmission du flux solaire par la baie vitrée. coefficient entre 0 et 1" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="64" name="presence_balcon" nullable="true" remarks="présence de balcons identifiés par analyse des coefficients de masques solaires du DPE." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="65" name="l_orientation_baie_vitree" nullable="true" remarks="liste des orientations des baies vitrées (enum version BDNB)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="66" name="pourcentage_surface_baie_vitree_exterieur" nullable="true" remarks="pourcentage de surface de baies vitrées rapportée à la surface totale des murs extérieurs" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="67" name="type_isolation_mur_exterieur" nullable="true" remarks="type d'isolation principal des murs donnant sur l'extérieur pour le DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="68" name="epaisseur_isolation_mur_exterieur_estim" nullable="true" remarks="epaisseur d'isolation moyenne des murs extérieurs estimée à partir de la différence entre le U de mur et le U de mur nu. Dans le cas d'une épaisseur déclarée c'est directement l'épaisseur déclarée qui est considérée, dans le cas contraire l'épaisseur est estimée aussi pour les U conventionels de la méthode 3CL DPE." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="69" name="materiaux_structure_mur_exterieur" nullable="true" remarks="matériaux ou principe constructif principal utilisé pour les murs extérieurs (enum version BDNB)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="70" name="epaisseur_structure_mur_exterieur" nullable="true" remarks="epaisseur moyenne de la partie structure du mur (sans l'isolation rapportée ni les doublages)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="71" name="surface_mur_totale" nullable="true" remarks="somme de la surface de murs totale" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="72" name="surface_mur_exterieur" nullable="true" remarks="somme de la surface  surface de murs donnant sur l'extérieur" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="73" name="surface_mur_deperditif" nullable="true" remarks="somme de la surface de murs donnant sur des locaux non chauffés et sur l'extérieur (surfaces déperditives)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="74" name="u_mur_exterieur" nullable="true" remarks="Coefficient de transmission thermique moyen des murs extérieurs (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="75" name="l_local_non_chauffe_mur" nullable="true" remarks="liste des locaux non chauffés en contact avec les murs (enum DPE 2021)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="76" name="local_non_chauffe_principal_mur" nullable="true" remarks="liste des locaux non chauffés en contact avec les murs (enum DPE 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="77" name="l_orientation_mur_exterieur" nullable="true" remarks="liste des orientations des murs donnant sur l'extérieur (enum version BDNB)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="78" name="type_isolation_plancher_bas" nullable="true" remarks="type d'isolation principal des planchers bas déperditifs pour le DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="79" name="type_plancher_bas_deperditif" nullable="true" remarks="materiaux ou principe constructif principal des planchers bas" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="80" name="surface_plancher_bas_totale" nullable="true" remarks="somme de la surface de plancher bas totale" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="81" name="surface_plancher_bas_deperditif" nullable="true" remarks="somme de la surface de plancher bas donnant sur des locaux non chauffés et sur l'extérieur (surfaces déperditives)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="82" name="u_plancher_bas_final_deperditif" nullable="true" remarks="Coefficient de transmission thermique moyen des planchers bas en prenant en compte l'atténuation forfaitaire du U lorsqu'en contact avec le sol de la méthode 3CL(W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="83" name="u_plancher_bas_brut_deperditif" nullable="true" remarks="Coefficient de transmission thermique moyen des planchers bas brut (W/m²/K) (sans application de la réduction de déperdition liée à la modélisation du contact avec le sol dans la méthode 3CL)." size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="84" name="l_local_non_chauffe_plancher_bas" nullable="true" remarks="liste des locaux non chauffés en contact avec les planchers bas (enum DPE 2021)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="85" name="local_non_chauffe_principal_plancher_bas" nullable="true" remarks="liste des locaux non chauffés en contact avec les planchers bas (enum DPE 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="86" name="type_adjacence_principal_plancher_bas" nullable="true" remarks="type d'adjacence principale des planchers bas (sont ils en contact avec l'extérieur ou un local non chauffé)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="87" name="type_isolation_plancher_haut" nullable="true" remarks="type d'isolation principal des planchers hauts déperditifs pour le DPE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="88" name="type_plancher_haut_deperditif" nullable="true" remarks="materiaux ou principe constructif principal des planchers hauts" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="89" name="surface_plancher_haut_totale" nullable="true" remarks="somme de la surface de plancher haut totale" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="90" name="surface_plancher_haut_deperditif" nullable="true" remarks="somme de la surface de plancher haut donnant sur des locaux non chauffés et sur l'extérieur (surfaces déperditives)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="91" name="u_plancher_haut_deperditif" nullable="true" remarks="Coefficient de transmission thermique moyen des planchers hauts (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="92" name="l_local_non_chauffe_plancher_haut" nullable="true" remarks="liste des locaux non chauffés en contact avec les planchers hauts (enum DPE 2021)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="93" name="local_non_chauffe_principal_plancher_haut" nullable="true" remarks="liste des locaux non chauffés en contact avec les planchers hauts (enum DPE 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="94" name="type_adjacence_principal_plancher_haut" nullable="true" remarks="type d'adjacence principale des planchers haut (sont ils en contact avec l'extérieur ou un local non chauffé)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="95" name="type_porte" nullable="true" remarks="type de porte du DPE (enum version DPE 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="96" name="surface_porte" nullable="true" remarks="somme de la surface de portes du DPE" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="97" name="u_porte" nullable="true" remarks="Coefficient de transmission thermique moyen des portes (W/m²/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="98" name="classe_inertie" nullable="true" remarks="classe d'inertie pour le DPE (de légère à très lourde)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="99" name="deperdition_mur" nullable="true" remarks="somme des déperditions par les murs du DPE (W/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="100" name="deperdition_baie_vitree" nullable="true" remarks="somme des déperditions par les baies vitrées du DPE (W/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="101" name="deperdition_plancher_bas" nullable="true" remarks="somme des deperditions par les planchers bas du logement (W/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="102" name="deperdition_plancher_haut" nullable="true" remarks="somme des deperditions par les planchers hauts du logement (W/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="103" name="deperdition_pont_thermique" nullable="true" remarks="somme des deperditions par les portes du DPE (W/K)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="104" name="deperdition_porte" nullable="true" remarks="somme des deperditions par les portes du DPE (W/K)" size="0" type="numeric" typeCode="2"/>
         <primaryKey column="identifiant_dpe" sequenceNumberInPK="1"/>
         <index name="pk_dpe_logement" unique="true">
            <column ascending="true" name="identifiant_dpe"/>
         </index>
         <index name="ix_dpe_logement_code_departement_insee" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="ix_dpe_logement_type_dpe" unique="false">
            <column ascending="true" name="type_dpe"/>
         </index>
         <index name="ix_dpe_logement_version" unique="false">
            <column ascending="true" name="version"/>
         </index>
      </table>
      <table name="dpe_tertiaire" numRows="732642" remarks="Table de compilation des DPE tertiaire regroupant les DPE tertiaires de l'ancienne base ADEME (Base ADEME 2012-2021) et les DPE tertiaire de la nouvelle base ADEME des DPE (juillet 2021 - aujourd'hui). Attention la qualité de données et le taux de remplissage des informations change drastiquement entre les DPE de la nouvelle et de l'ancienne base peuvent sensiblement différerée. Les DPE tertiaires sont des DPE de type &quot;facture&quot; ou issu d'une étude thermique (RT2012/RE2020) pour un bâtiment neuf. Les informations techniques relatives au bâtiment sont moins bien décrites que pour les DPE logements. Le nombre d'information disponible est fortement réduit par rapport aux DPE logements." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="identifiant_dpe" nullable="false" remarks="identifiant unique des DPE de l'ADEME." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="type_dpe_tertiaire" nullable="true" remarks="le DPE tertiaire applique l'arrêté de 2006 sur le DPE et n'a pas été revu depuis. Pour le moment cette colonne vaut toujours : 'dpe 2006 tertiaire et erp'" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="source_nouvelle_base_ademe" nullable="true" remarks="le DPE tertiaire provient-il de la nouvelle base de DPE ADEME opérationelle depuis juillet 2021 ou est-il issu de l'ancienne base de données (2012-2021)" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="version" nullable="true" remarks="version du DPE (arrêté 2021). Cenuméro de version permet de tracer les évolutions de modèle de données, decontexte réglementaire et de contrôle mis en place sur les DPE. Chaque nouvelle version induit un certain nombre de changements substantiels. Certaines données ne sont disponible ou obligatoires qu'à partir d'une certaine version" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="5" name="date_etablissement_dpe" nullable="true" remarks="date de l'établissement du dpe" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="6" id="6" name="date_reception_dpe" nullable="true" remarks="date de réception du DPE dans la base de données de l'ADEME" size="29" type="timestamp" typeCode="93"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="annee_construction_dpe" nullable="true" remarks="année de construction du logement évaluée par le DPE" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="shon" nullable="true" remarks="surface hors œuvre nette du bâtiment. Attention : cette notion est parfois confondue avec la surface chauffée et saisie égale à la surface chauffée = surface utile *1.1. Cette donnée est donc à utiliser avec beaucoup de précaution" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="surface_utile" nullable="true" remarks="surface utile du bâtiment. Donnée peu fiable dans les DPE tertiaires" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="classe_conso_energie_dpe_tertiaire" nullable="true" remarks="classe de consommation d'energie primaire du DPE tertiaire suivant l'arrêté de 2006 concernant les DPE tertiaires (non révisé en 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="classe_emission_ges_dpe_tertiaire" nullable="true" remarks="classe d'emission GES du DPE tertiaire suivant l'arrêté de 2006 concernant les DPE tertiaires (non révisé en 2021)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="conso_dpe_tertiaire_ep_m2" nullable="true" remarks="consommation d'energie primaire du DPE tertiaire suivant l'arrêté de 2006 concernant les DPE tertiaires (non révisé en 2021)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="emission_ges_dpe_tertiaire_m2" nullable="true" remarks="emission GES du DPE tertiaire suivant l'arrêté de 2006 concernant les DPE tertiaires (non révisé en 2021)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="categorie_erp_dpe_tertiaire" nullable="true" remarks="categorie d'ERP du DPE tertiaire" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="periode_construction_dpe" nullable="true" remarks="période de construction selon la segmentation par grandes périodes &quot;énergétiques&quot; du DPE." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="type_erp_dpe_tertiaire" nullable="true" remarks="type d'ERP pour le DPE tertiaire, si l'usage du bâtiment est un bureau non ERP cela est précisé. Si le bâtiment n'est ni un ERP, ni une partie de bâtiment à usage de bureau alors il est identifié comme &quot;autres tertiaires non erp&quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="methode_application_dpe_tertiaire" nullable="true" remarks="methode d'application du DPE tertiaire (facture, vierge ou neuf)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="sous_modele_dpe_tertiaire" nullable="true" remarks="sous modèle de DPE tertiaire correspondant aux catégories en vigueur (https://rt-re-batiment.developpement-durable.gouv.fr/dpe-tertiaire-r378.html)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="type_energie_chauffage" nullable="true" remarks="type d'énergie pour le générateur de chauffage principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="type_energie_ecs" nullable="true" remarks="type d'énergie pour le générateur d'eau chaude sanitaire (ECS) principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="type_energie_climatisation" nullable="true" remarks="type d'énergie pour le générateur de climatisation principal" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="derniere_annee_consommation" nullable="true" remarks="dernière année de consommation utilisée pour le calcul du DPE tertiaire" size="5" type="int2" typeCode="5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="conso_autre_fossile" nullable="true" remarks="consommation d'autres combustibles fossiles (hors fioul , gaz, butane) pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="conso_bois" nullable="true" remarks="consommation de bois pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="conso_electricite" nullable="true" remarks="consommation d'électricité pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="conso_fioul" nullable="true" remarks="consommation de fioul pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="conso_gaz" nullable="true" remarks="consommation de gaz de ville pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="conso_gpl_butane_propane" nullable="true" remarks="consommation de gaz citerne (gpl,butane ou propane) pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="conso_reseau_chaleur" nullable="true" remarks="consommation d'énergie calorifique fournie par un réseau de chaleur pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="conso_reseau_froid" nullable="true" remarks="consommation d'énergie calorifique fournie par un réseau de froid pour la dernière année de consommation en énergie finale. Cette consommation est utilisée pour calculer l'étiquette énergie primaire et GES du DPE tertiaire (kWhef)" size="0" type="numeric" typeCode="2"/>
         <primaryKey column="identifiant_dpe" sequenceNumberInPK="1"/>
         <index name="pk_dpe_tertiaire" unique="true">
            <column ascending="true" name="identifiant_dpe"/>
         </index>
         <index name="ix_dpe_tertiaire_code_departement_insee" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="iris_contexte_geographique" numRows="48512" remarks="Contexte géographique des Iris" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_iris" nullable="false" remarks="Code iris INSEE" size="30" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="en_montagne" nullable="true" remarks="iris situé en montagne" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="en_littoral" nullable="true" remarks="Iris situé en littoral" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="aire_attraction_ville_code_insee" nullable="true" remarks="Code insee des Aires d'Attractions urbaines des Villes (AAV2020) - recensement 2020" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="aire_attraction_ville_libelle" nullable="true" remarks="Libellé des Aires d'Attractions urbaines des Villes (AAV2020) - recensement 2020" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="aire_attraction_ville_catg" nullable="true" remarks="Catégorie de l'Aire d'Attraction urbaine des Villes (AAV2020) - recensement 2020" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="aire_attraction_ville_catg_libelle" nullable="true" remarks="Libellé de l'Aire d'Attraction urbaine des Villes (AAV2020) - recensement 2020" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="bassin_vie_code_insee" nullable="true" remarks="Code insee des bassins de vie 2022 (BV2022)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="bassin_vie_libelle" nullable="true" remarks="Libellé des bassins de vie 2022 (BV2022)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="bassin_vie_catg" nullable="true" remarks="Catégorie des bassins de vie 2022 (BV2022)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="bassin_vie_catg_libelle" nullable="true" remarks="Libellé de la catégorie des bassins de vie 2022 (BV2022)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="grille_communale_densite_catg" nullable="true" remarks="Catégorie de la Grille communale de densité" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="grille_communale_densite_catg_libelle" nullable="true" remarks="Libellé de la catégorie de la Grille communale de densité" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="unite_urbaine_code_insee" nullable="true" remarks="Code INSEE des unités urbaines" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="unite_urbaine_libelle" nullable="true" remarks="Libellé des unités urbaines" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="unite_urbaine_catg" nullable="true" remarks="Catégorie des unités urbaines" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="unite_urbaine_catg_libelle" nullable="true" remarks="Libellé de la catégorie des unités urbaines" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="aire_urbaine_fonctionnelle_eurostat" nullable="true" remarks="Code des cities et des aires urbaines fonctionnelles (FUA) - eurostat" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="aire_urbaine_fonctionnelle_libelle" nullable="true" remarks="Libellé des cities et des aires urbaines fonctionnelles (FUA) - eurostat" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="zone_emploi_code_insee" nullable="true" remarks="Code insee des zones d'emploi" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="zone_emploi_libelle" nullable="true" remarks="Libellé des zones d'emploi" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="action_coeur_ville_code_anct" nullable="true" remarks="Code anct des communes sélectionnées pour le programme Action cœur de ville" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="action_coeur_ville_libelle" nullable="true" remarks="Libellé des communes sélectionnées pour le programme Action cœur de ville" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="zone_aide_finalite_reg_code_anct" nullable="true" remarks="Code anct des zones d’aides à finalité régionale (AFR) pour la période 2022-2027" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="zone_aide_finalite_reg_catg" nullable="true" remarks="Catégorie des zones d’aides à finalité régionale (AFR) pour la période 2022-2027" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="contrat_relance_trans_eco_code_anct" nullable="true" remarks="Code anct des iris dans le Contrat de relance et de transition écologique (CRTE)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="contrat_relance_trans_eco_libelle" nullable="true" remarks="Libellés des communes/iris dans le Contrat de relance et de transition écologique (CRTE)" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="petites_villes_demain_code_anct" nullable="true" remarks="Code anct des iris/comunes dans le programme petites villes de demain (PVD)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="territoires_industrie_code_anct" nullable="true" remarks="Code anct - programme territoires d'industrie" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="territoires_industrie_libelle" nullable="true" remarks="Libellé - programme territoires d'industrie" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="geom_iris" nullable="true" remarks="Géométrie de l'IRIS" size="2147483647" type="geometry" typeCode="1111"/>
         <primaryKey column="code_iris" sequenceNumberInPK="1"/>
         <index name="iris_contexte_geographique__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="code_iris"/>
         </index>
         <index name="570025aecf97b17e4f267627e799edc9" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="iris_simulations_valeur_verte" numRows="45835" remarks="Simulation des gains en valeur foncière liés à un potentiel changement de classe DPE estimée sur une IRIS (en valeur relative).  &#10;Cette estimation repose sur :&#10;- un modèle utilisant les valeurs foncières réelles des logements vendus dans le même IRIS,&#10;- les prédictions DPE issues de la table `batiment_groupe_simulations_dpe`." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_iris" nullable="false" remarks="Code iris INSEE" size="30" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="renovation" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule une rénovation" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="gain_classe_b_vers_a" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE B vers A" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="gain_classe_c_vers_a" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE C vers A" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="gain_classe_c_vers_b" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE C vers B" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="gain_classe_d_vers_a" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE D vers A" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="gain_classe_d_vers_b" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE D vers B" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="gain_classe_d_vers_c" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE D vers C" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="gain_classe_e_vers_a" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE E vers A" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="gain_classe_e_vers_b" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE E vers B" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="gain_classe_e_vers_c" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE E vers C" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="gain_classe_e_vers_d" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE E vers D" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="gain_classe_f_vers_a" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE F vers A" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="gain_classe_f_vers_b" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE F vers B" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="gain_classe_f_vers_c" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE F vers C" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="gain_classe_f_vers_d" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE F vers D" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="gain_classe_f_vers_e" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE F vers E" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="gain_classe_g_vers_a" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE G vers A" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="gain_classe_g_vers_b" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE G vers B" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="gain_classe_g_vers_c" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE G vers C" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="gain_classe_g_vers_d" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE G vers D" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="gain_classe_g_vers_e" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE G vers E" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="gain_classe_g_vers_f" nullable="true" remarks="(simulations) gain en % de la valeur immobilière lorsqu'on simule le changement de DPE G vers F" size="0" type="numeric" typeCode="2"/>
         <primaryKey column="code_iris" sequenceNumberInPK="1"/>
         <index name="iris_simulations_valeur_verte__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="code_iris"/>
         </index>
         <index name="0862098b988ef29de7030f8b076103b8" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="local" numRows="71538440" remarks="Locaux au sens des fichiers fonciers (équivalent à [pb0010_local](https://doc-datafoncier.cerema.fr :&#10;Un logement est un local utilisé pour l’habitation, séparé, sans communication avec un autre local sauf avec les parties communes de l’immeuble (couloir, escalier, etc.), indépendant, c’est-à-dire ayant une entrée avec accès direct sur l’extérieur ou sur les parties communes." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="local_id" nullable="false" remarks="identifiant du local dans les Fichiers Fonciers (Concaténation de ccodep, invar)" size="12" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="batiment_id" nullable="true" remarks="Identifiant du bâtiment fiscal au sens des fichiers fonciers" size="16" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="parcelle_id" nullable="true" remarks="(ffo:idpar) Identifiant de parcelle (Concaténation de ccodep, ccocom, ccopre, ccosec, dnupla)" size="14" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="parcelle_unifiee_id" nullable="true" remarks="Identifiant de la parcelle unifiée dans la BDNB. Dans la très grande majorité des cas, il s'agit des identifiants idtup des fichiers fonciers (CEREMA). Une partie marginale de ces identifiants sont des identifiants de parcelles non documentées dans les fichiers fonciers." size="14" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="code_commune_insee" nullable="true" remarks="Code INSEE de la commune" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="libelle_commune" nullable="true" remarks="Libellé de la commune" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="invariant" nullable="true" remarks="(ffo:invar) Numéro invariant" size="10" type="varchar" typeCode="12"/>
         <primaryKey column="local_id" sequenceNumberInPK="1"/>
         <index name="local__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="local_id"/>
         </index>
         <index name="1abe26ca33fb150cf6facfcce15e9588" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="32c839dd512a4ea001e1e7120683befc" unique="false">
            <column ascending="true" name="batiment_id"/>
         </index>
         <index name="48772232236f6a553ee97b9088cb71f8" unique="false">
            <column ascending="true" name="code_commune_insee"/>
         </index>
         <index name="b5ff23a13485a2b6d0463cc718b340cb" unique="false">
            <column ascending="true" name="parcelle_id"/>
         </index>
      </table>
      <table name="local_simulations_dpe" numRows="16522403" remarks="Cette table contient les étiquettes DPE estimées pour chaque appartement situé dans un immeuble de logements collectifs.  &#10;Elle reprend les mêmes indicateurs que la table `batiment_groupe_simulations_dpe`, mais calculés à l’échelle du logement.  &#10;&#10;Un indicateur supplémentaire, `position_logement`, estime la position du logement dans le bâtiment :&#10;- étage intermédiaire,&#10;- sous un plancher haut déperditif (sous toiture),&#10;- sur un plancher bas déperditif (rez-de-chaussée).&#10;&#10;Cette table permet d’apprécier la variabilité des étiquettes DPE au sein d’un même immeuble et de modéliser notamment les logements sous toiture, généralement moins performants.&#10;&#10;⚠️ Cette table contient deux types de données :&#10;- les données de maximum a posteriori (ex. `etiquette_dpe_initial_map`), qui fournissent l’étiquette la plus probable pour chaque logement. Ces données sont adaptées à une lecture individuelle mais **ne doivent pas être utilisées pour des analyses statistiques** ;&#10;- les colonnes de probabilité détaillées (`etiquette_dpe_initial_a`, `..._b`, `..._c`, etc.), qui permettent une **représentation statistique fiable** de la distribution des étiquettes sur un parc ou à l’échelle territoriale.&#10;&#10;Plus d’informations sur nos prédictions DPE : https://bdnb.io/documentation/predictions_dpe/&#10;&#10;Cette table ne contient des informations que pour les bâtiments résidentiels collectifs.  &#10;Pour les maisons individuelles, l’estimation à l’échelle logement est identique à celle à l’échelle bâtiment. Il est donc recommandé d’utiliser directement les données de `batiment_groupe_simulations_dpe` pour ces cas." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="cstb_local_oid" nullable="false" remarks="identifiant local généré par auto incrément (anonyme), non persistant non signifiant , ceci est purement un identifiant technique" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="local_id" nullable="true" remarks="identifiant du local dans les Fichiers Fonciers (Concaténation de ccodep, invar)" size="12" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="batiment_groupe_id" nullable="true" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="position_logement" nullable="true" remarks="Position du logement au sens de la simulation, est ce que le plancher haut et/ou bas du logement sont déperditifs (all_deper= plancher haut et bas déperditif, pb_deper = plancher bas déperditif, ph_deper = plancher haut déperditif, intermediaire = plancher bas et haut non déperditif)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="stoth" nullable="true" remarks="Surface habitable totale du local (m²)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="6" name="indecence_energetique_initial" nullable="true" remarks="probabilité du bâtiment d'être en indécence énergétique dans son état initial" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="7" name="indecence_energetique_renove" nullable="true" remarks="probabilité du bâtiment d'être en indécence énergétique dans son état rénové (rénovation globale)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="gisement_gain_conso_finale_total" nullable="true" remarks="Estimation du gisement de gain de consommation finale total" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="gisement_gain_ges_mean" nullable="true" remarks="Estimation moyenne du gisement de gain sur les émissions de gaz à effets de serre" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="gisement_gain_energetique_mean" nullable="true" remarks="Estimation du gain énergétique moyen" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="etat_initial_consommation_energie_estim_inc" nullable="true" remarks="Fiabilité des estimations de consommation énergétique finale avant rénovation [1-5].&#10;La fiabilité est basée sur le ratio entre la largeur de l'intervalle de confiance à 95% et la valeur moyenne.&#10;- 5 : de 0% à 20% &#10;- 4 : de 20% à 100%&#10;- 3 : de 100% à 150%&#10;- 2 : de 150% à 200%&#10;- 1 : 200% et +" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="etat_initial_consommation_energie_estim_lower" nullable="true" remarks="Estimation basse de la consommation énergétique finale avant rénovation [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="etat_initial_consommation_energie_estim_mean" nullable="true" remarks="Estimation moyenne de la consommation énergétique finale avant rénovation [kWh/m2/an]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="etat_initial_consommation_energie_estim_upper" nullable="true" remarks="Estimation haute de la consommation énergétique finale avant rénovation [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="etat_initial_consommation_energie_primaire_estim_lower" nullable="true" remarks="Estimation basse de la consommation énergétique primaire avant rénovation [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="etat_initial_consommation_energie_primaire_estim_mean" nullable="true" remarks="Estimation moyenne de la consommation énergétique primaire avant rénovation [kWh/m2/an]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="etat_initial_consommation_energie_primaire_estim_upper" nullable="true" remarks="Estimation haute de la consommation énergétique primaire avant rénovation [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="etat_initial_consommation_ges_estim_inc" nullable="true" remarks="Incertitude sur l'estimation de consommation de GES avant rénovation &#10;La fiabilité est basée sur le ratio entre la largeur de l'intervalle de confiance à 95% et la valeur moyenne.&#10;- 5 : de 0% à 20% &#10;- 4 : de 20% à 100%&#10;- 3 : de 100% à 150%&#10;- 2 : de 150% à 200%&#10;- 1 : 200% et +" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="etat_initial_ges_estim_lower" nullable="true" remarks="Estimation basse de la consommation de GES avant rénovation [kgeqC02/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="etat_initial_ges_estim_mean" nullable="true" remarks="Estimation moyenne de la consommation de GES avant rénovation [kgeqC02/m2/an]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="etat_initial_ges_estim_upper" nullable="true" remarks="Estimation haute de la consommation de GES avant rénovation [kgeqC02/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="etat_initial_risque_canicule" nullable="true" remarks="Estimation du risque canicule avant rénovation [1-5]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="etat_initial_risque_canicule_inc" nullable="true" remarks="Incertitude de l'estimation du risque canicule avant rénovation [1-5]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="etat_renove_consommation_energie_estim_inc" nullable="true" remarks="Incertitude sur les estimations des consommations énergétiques finales après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;La fiabilité est basée sur le ratio entre la largeur de l'intervalle de confiance à 95% et la valeur moyenne.&#10;- 5 : de 0% à 20% &#10;- 4 : de 20% à 100%&#10;- 3 : de 100% à 150%&#10;- 2 : de 150% à 200%&#10;- 1 : 200% et +" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="etat_renove_consommation_energie_estim_lower" nullable="true" remarks="Estimation basse de la consommation énergétique finale après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="etat_renove_consommation_energie_estim_mean" nullable="true" remarks="Estimation moyenne de la consommation énergétique finale après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="etat_renove_consommation_energie_estim_upper" nullable="true" remarks="Estimation haute de la consommation énergétique finale après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="etat_renove_consommation_energie_primaire_estim_lower" nullable="true" remarks="Estimation basse de la consommation d'énergie primaire après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="etat_renove_consommation_energie_primaire_estim_mean" nullable="true" remarks="Estimation moyenne de la consommation d'énergie primaire après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="etat_renove_consommation_energie_primaire_estim_upper" nullable="true" remarks="Estimation haute de la consommation d'énergie primaire après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="etat_renove_consommation_ges_estim_inc" nullable="true" remarks="Incertitude sur l'estimation de consommation de GES après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kgeqC02/m2/an]&#10;La fiabilité est basée sur le ratio entre la largeur de l'intervalle de confiance à 95% et la valeur moyenne.&#10;- 5 : de 0% à 20% &#10;- 4 : de 20% à 100%&#10;- 3 : de 100% à 150%&#10;- 2 : de 150% à 200%&#10;- 1 : 200% et +" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="etat_renove_ges_estim_lower" nullable="true" remarks="Estimation basse des émissions de GES après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="33" name="etat_renove_ges_estim_mean" nullable="true" remarks="Estimation moyenne des émissions de GES après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="34" name="etat_renove_ges_estim_upper" nullable="true" remarks="Estimation haute des émissions de GES après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [kWh/m2/an]&#10;(Intervalle à 95%)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="35" name="etat_renove_risque_canicule" nullable="true" remarks="Estimation du risque canicule après rénovation [1-5]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="36" name="etat_renove_risque_canicule_inc" nullable="true" remarks="Incertitude de l'estimation du risque canicule après rénovation [1-5]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="37" name="etiquette_dpe_initial_a" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette A dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="38" name="etiquette_dpe_initial_b" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette B dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="39" name="etiquette_dpe_initial_c" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette C dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="40" name="etiquette_dpe_initial_d" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette D dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="41" name="etiquette_dpe_initial_e" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette E dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="42" name="etiquette_dpe_initial_f" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette F dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="43" name="etiquette_dpe_initial_g" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette G dans le bâtiment pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="44" name="etiquette_dpe_initial_error" nullable="true" remarks="Erreur sur la simulation de DPE pour l'état actuel du bâtiment" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="45" name="etiquette_dpe_initial_map" nullable="true" remarks="Etiquette ayant la plus grande probabilité pour l'état actuel du bâtiment" size="1" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="46" name="etiquette_dpe_initial_map_2nd" nullable="true" remarks="2 étiquettes ayant la plus grande probabilité pour l'état actuel du bâtiment. Si le champs vaut F-G alors F la première étiquette est l'étiquette la plus probable , G la seconde étiquette la plus probable." size="3" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="47" name="etiquette_dpe_initial_map_prob" nullable="true" remarks="Probabilité que le bâtiment ait une étiquette DPE égale à l'étiquette ayant la plus grande probabilité pour l'état actuel du bâtiment. C'est la probabilité d'avoir pour ce bâtiment l'étiquette etiquette_dpe_initial_map. Si etiquette_dpe_initial_map = F et que etiquette_dpe_initial_map_prob = 0.64 alors il y a 64% de chance que l'étiquette DPE de ce bâtiment soit classé F" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="48" name="etiquette_dpe_initial_map_2nd_prob" nullable="true" remarks="Probabilité que le bâtiment ait une étiquette DPE parmi les 2 étiquettes ayant la plus grande probabilité pour l'état actuel du bâtiment. Si etiquette_dpe_initial_map_2nd = F-G et que etiquette_dpe_initial_map_2nd_prob = 0.95 alors il y a 95% de chance que l'étiquette DPE de ce bâtiment soit classé F ou G." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="49" name="etiquette_dpe_initial_inc" nullable="true" remarks="Classe d'incertitude sur la prédiction de l'étiquette dpe avec la plus grande probabilité avant rénovation [1 à 5].&#10;Cet indicateur se lit de 1 = peu fiable à 5 = fiable.&#10;La fiabilité est basé sur la densité de probabilité intégrée sur les 2 étiquettes prédites les plus probables.&#10;Par exemple, si les 2 étiquettes les plus probables sont C ou D, et que la somme des probabilités d'avoir C ou D est &gt; à 90%, &#10;alors la fiabilité est considéré être à 5.&#10;  - 5 : de 100% à 90% de probabilité dans les 2 étiquettes les plus probables&#10;  - 4: de 80% à 90%&#10;  - 3: de 70% à 80%&#10;  - 2: de 60% à 70%&#10;  - 1: de 0% à 60%" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="50" name="etiquette_dpe_renove_a" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette A dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="51" name="etiquette_dpe_renove_b" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette B dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="52" name="etiquette_dpe_renove_c" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette C dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="53" name="etiquette_dpe_renove_d" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette D dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="54" name="etiquette_dpe_renove_e" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette E dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="55" name="etiquette_dpe_renove_f" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette F dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="56" name="etiquette_dpe_renove_g" nullable="true" remarks="Estimation de la probabilité d'avoir des logements d'étiquette G dans le bâtiment après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="57" name="etiquette_dpe_renove_error" nullable="true" remarks="Erreur sur la simulation de DPE avant rénovation" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="58" name="etiquette_dpe_renove_map" nullable="true" remarks="Etiquette ayant la plus grande probabilité après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="1" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="59" name="etiquette_dpe_renove_map_2nd" nullable="true" remarks="2 étiquettes ayant la plus grande probabilité après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="3" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="60" name="etiquette_dpe_renove_map_prob" nullable="true" remarks="Probabilité que le bâtiment ait une étiquette DPE égale à l'étiquette ayant la plus grande probabilité après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="61" name="etiquette_dpe_renove_map_2nd_prob" nullable="true" remarks="Probabilité que le bâtiment ait une étiquette DPE parmi les 2 étiquettes ayant la plus grande probabilité après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="62" name="etiquette_dpe_renove_inc" nullable="true" remarks="Incertitude de classe sur l'étiquette dpe avec la plus grande probabilité après un scénario de rénovation globale &quot;standard&quot; (isolation des principaux composants d'enveloppe et changement de système énergétique de chauffage)  [1-5]&#10;Cet indicateur se lit de 1 = peu fiable à 5 = fiable.&#10;La fiabilité est basé sur la densité de probabilité intégrée sur les 2 étiquettes prédites les plus probables.&#10;Par exemple, si les 2 étiquettes les plus probables sont C ou D, et que la somme des probabilités d'avoir C ou D est &gt; à 90%, &#10;alors la fiabilité est considéré être à 5.&#10;  - 5 : de 100% à 90% de probabilité dans les 2 étiquettes les plus probables&#10;  - 4: de 80% à 90%&#10;  - 3: de 70% à 80%&#10;  - 2: de 60% à 70%&#10;  - 1: de 0% à 60%" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="63" name="etat_initial_besoin_chauffage_estim_lower" nullable="true" remarks="{ doc(&quot;col_etat_initial_besoin_chauffage_estim_lower&quot;)}" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="64" name="etat_initial_besoin_chauffage_estim_mean" nullable="true" remarks="{ doc(&quot;col_etat_initial_besoin_chauffage_estim_mean&quot;)}" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="65" name="etat_initial_besoin_chauffage_estim_upper" nullable="true" remarks="{ doc(&quot;col_etat_initial_besoin_chauffage_estim_upper&quot;)}" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="66" name="etat_initial_besoin_ecs_estim_mean" nullable="true" remarks="{ doc(&quot;col_etat_initial_besoin_ecs_estim_mean&quot;)}" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="67" name="etat_renove_besoin_chauffage_estim_lower" nullable="true" remarks="{ doc(&quot;col_etat_renove_besoin_chauffage_estim_lower&quot;)}" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="68" name="etat_renove_besoin_chauffage_estim_mean" nullable="true" remarks="{ doc(&quot;col_etat_renove_besoin_chauffage_estim_mean&quot;)}" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="69" name="etat_renove_besoin_chauffage_estim_upper" nullable="true" remarks="{ doc(&quot;col_etat_renove_besoin_chauffage_estim_upper&quot;)}" size="10" type="int4" typeCode="4"/>
         <primaryKey column="cstb_local_oid" sequenceNumberInPK="1"/>
         <index name="local_simulations_dpe__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="cstb_local_oid"/>
         </index>
         <index name="72c0cbef012a4813b53c94f423fb1cd5" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="75457f03e1611cadfa5d9292aee0717d" unique="false">
            <column ascending="true" name="local_id"/>
         </index>
         <index name="9bdef8687bf8eb0cb9b22aa47a1b5b19" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="menage_prediction_socio_eco_proba" numRows="21871920" remarks="Table des prédictions des données socio-économiques des ménages.&#10;&#10;Chaque ligne agrège les prédictions pour les ménages occupant un segment d'habitation homogène (année de construction, surface habitable, nombre de pièces, type de logement, HLM, locataire / propriétaire).&#10;`segment_habitat_id` est un identifiant fictif permettant d'identifier le segment d'habitation.&#10;&#10;- Pour une maison individuelle, il existe un seul ménage dans le segment d'habitation.&#10;- Pour un bâtiment collectif de 130 logements avec 120 résidences principales, dont la moitié sont des T4 de 85m² et l'autre des T3 de 55m², et qui est occupé par 1 tiers de locataires et 2 tiers de propriétaires, la table `menage_prediction_socio_eco_proba` se compose de 4 lignes pour ce bâtiment :&#10;&#10;| batiment_groupe_id       | segment_habitat_id | nbpi | surf | stocd | poids_menage | ... |&#10;| :---                     | :---               | :--- | :--- | :---  | :---         |:--- |&#10;| 'bdnb-bg-BRYS-G7DY-877U' | '1'                | '4'  | '4'  | '10'  |  40          |     |&#10;| 'bdnb-bg-BRYS-G7DY-877U' | '2'                | '4'  | '4'  | '21'  |  20          |     |&#10;| 'bdnb-bg-BRYS-G7DY-877U' | '3'                | '3'  | '3'  | '10'  |  40          |     |&#10;| 'bdnb-bg-BRYS-G7DY-877U' | '4'                | '3'  | '3'  | '21'  |  20          |     |&#10;&#10;Les données obtenues à partir des fichiers fonciers et converties dans les modalités INSEE sont reportées directement (`typl`, `typc`, `stocd`, `surf`, `nbpi`).&#10;Les prédictions probabilistes sont reportées modalité par modalité, agrégées aux segments d'habitation. Ex : `prob_inper_2 = P(inper=2)` est la probabilité que les ménages dans ce segment soient composés de 2 individus.&#10;&#10;- Les variables `TYPMR`, `INPER` et `VOIT` sont relatives au ménage.&#10;- Les variables `AGER_20`, `GS`, `TRANS`, `DIPL`, `EMPL` et `TP` sont relatives à l'individu.&#10;&#10;La variable `poids_menage` indique combien de ménages sont dans le segment d'habitat. La somme des poids des ménages est égale au nombre de résidences principales dans le groupe de bâtiments.&#10;&#10;Les colonnes présentes dans cette table reprennent les conventions de nommage de l'INSEE du recensement de la population (https://www.insee.fr/fr/metadonnees/source/operation/s2242/presentation)&#10;&#10;Les colonnes de probabilités préfixées `prob_` sont à multiplier par &#10;&#10;* poids_menage lorsque elles sont identifiées comme [VARIABLE RELATIVE AUX MENAGES]&#10;* nb_individu lorsqu'elles sont identifiées comme [VARIABLE RELATIVE AUX INDIVIDUS] &#10;&#10;Pour obtenir le nombre total de menages/individus concerné par la catégorie probabilisée&#10;&#10;**Usage :**&#10;&#10;*Espérance du nombre d'individus du segment de ménage :*&#10;Σ_i (INPER_i * poids_menage) = nb_individus" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="segment_habitat_id" nullable="false" remarks="Identifiant fictif permettant d'identifier le segment d'habitation." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="typl" nullable="true" remarks="Description de l'habitat et de l'occupation selon les fichiers fonciers converti dans les modalités correspondantes de l'INSEE : Type de logement&#10;&#10;**Modalités :**&#10;- `1` : Maison&#10;- `2` : Appartement&#10;- `3` : Logement-foyer&#10;- `4` : Chambre d'hôtel&#10;- `5` : Habitation de fortune&#10;- `6` : Pièce indépendante (ayant sa propre entrée)&#10;- `Z` : Hors logement ordinaire" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="surf" nullable="true" remarks="Description de l'habitat et de l'occupation selon les fichiers fonciers converti dans les modalités correspondantes de l'INSEE : Superficie du logement&#10;&#10;**Modalités :**&#10;- `1` : Moins de 30 m²&#10;- `2` : De 30 à moins de 40 m²&#10;- `3` : De 40 à moins de 60 m²&#10;- `4` : De 60 à moins de 80 m²&#10;- `5` : De 80 à moins de 100 m²&#10;- `6` : De 100 à moins de 120 m²&#10;- `7` : 120 m² ou plus&#10;- `Z` : Hors logement ordinaire" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="hlml" nullable="true" remarks="Description de l'habitat et de l'occupation selon les fichiers fonciers converti dans les modalités correspondantes de l'INSEE : Appartenance du logement à un organisme HLM&#10;&#10;**Modalités :**&#10;- `1` : Logement appartenant à un organisme HLM&#10;- `2` : Logement n'appartenant pas à un organisme HLM&#10;- `Z` : Hors logement ordinaire" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="stocd" nullable="true" remarks="Description de l'habitat et de l'occupation selon les fichiers fonciers converti dans les modalités correspondantes de l'INSEE : Statut d'occupation détaillé du logement&#10;&#10;**Modalités :**&#10;- `10` : Propriétaire&#10;- `21` : Locataire ou sous-locataire d'un logement loué vide non HLM&#10;- `22` : Locataire ou sous-locataire d'un logement loué vide HLM&#10;- `23` : Locataire ou sous-locataire d'un logement loué meublé ou d'une chambre d'hôtel&#10;- `30` : Logé gratuitement&#10;- `ZZ` : Hors logement ordinaire" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="nbpi" nullable="true" remarks="Description de l'habitat et de l'occupation selon les fichiers fonciers converti dans les modalités correspondantes de l'INSEE : Nombre de pièces du logement&#10;&#10;**Modalités :**&#10;- `01` : 1 pièce&#10;- `02` : 2 pièces&#10;- `03` : 3 pièces&#10;- `04` : 4 pièces&#10;- `05` : 5 pièces&#10;- `06` : 6 pièces&#10;- `07` : 7 pièces&#10;- `08` : 8 pièces&#10;- `09` : 9 pièces&#10;- `10` : 10 pièces&#10;- `11` : 11 pièces&#10;- `12` : 12 pièces&#10;- `13` : 13 pièces&#10;- `14` : 14 pièces&#10;- `15` : 15 pièces&#10;- `16` : 16 pièces&#10;- `17` : 17 pièces&#10;- `18` : 18 pièces&#10;- `19` : 19 pièces&#10;- `20` : 20 pièces et plus&#10;- `ZZ` : Hors logement ordinaire" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="achlr" nullable="true" remarks="Description de l'habitat et de l'occupation selon les fichiers fonciers converti dans les modalités correspondantes de l'INSEE : Période regroupée d'achèvement de la construction de la maison ou de l'immeuble&#10;&#10;**Modalités :**&#10;- `1` : Avant 1919&#10;- `2` : De 1919 à 1945&#10;- `3` : De 1946 à 1970&#10;- `4` : De 1971 à 1990&#10;- `5` : De 1991 à 2005&#10;- `6` : De 2006 à 2019&#10;- `7` : Depuis 2020 (partiel)&#10;- `Z` : Hors logement ordinaire" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="code_commune_insee" nullable="true" remarks="Code INSEE de la commune" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="cantville" nullable="true" remarks="Code du canton ou de la ville." size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="code_iris" nullable="true" remarks="Code iris INSEE" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="12" name="surface_logement_moyen_menage" nullable="true" remarks="Surface habitable moyenne du logement pour le ménage." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="poids_menage" nullable="true" remarks="Poids du ménage, indiquant combien de ménages de ce type se trouvent dans le segment d'habitat." size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="14" name="nb_individu" nullable="true" remarks="Espérance du nombre total d'individus dans ce segment de ménage." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="15" name="m2_par_individu" nullable="true" remarks="Surface habitable en mètres carrés par individu." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="16" name="s_log_moyen_menage" nullable="true" remarks="Surface moyenne du logement par ménage (variable de synthèse)." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="17" name="prob_men_pauvre" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage se situe sous le seuil de pauvreté." size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="18" name="nb_menage_mono_precaire" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Espérance du nombre de ménages monoparentaux en situation de précarité." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="19" name="prob_menage_mono_precaire" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage soit monoparental et en situation de précarité." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="20" name="nb_individu_neet" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Espérance du nombre d'individus NEET (Neither in Employment, Education or Training - ni en emploi, ni en études, ni en formation)." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="21" name="prob_individu_neet" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES]Probabilité qu'un individu du ménage soit NEET." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="22" name="nb_individu_65p_seul" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Espérance du nombre de personnes de 65 ans ou plus vivant seules." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="23" name="prob_individu_65p_seul" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage soit composé d'une personne de 65 ans ou plus vivant seule." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="24" name="nb_individu_65p" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Espérance du nombre total d'individus de 65 ans ou plus dans le ménage." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="25" name="prob_individu_65p" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de tirer un individu de 65 ans ou plus dans le ménage." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="26" name="nb_menage_suroccupe_acc" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Espérance du nombre de ménages en situation de suroccupation accentuée du logement." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="27" name="prob_menage_suroccupe_acc" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage soit en situation de suroccupation accentuée." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="28" name="nb_menage_suroccupe_mod" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Espérance du nombre de ménages en situation de suroccupation modérée du logement." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="29" name="prob_menage_suroccupe_mod" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage soit en situation de suroccupation modérée." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="30" name="nb_menage_sousoccupe" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Espérance du nombre de ménages en situation de sous-occupation du logement." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="31" name="prob_menage_sousoccupe" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage soit en situation de sous-occupation." size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="ager20_top" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Modalité la plus probable pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="33" name="ager20_random" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Valeur aléatoire tirée dans l'échantillon Monte Carlo pour la variable Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="34" name="prob_ager20_02" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Deux ans et moins&quot; pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="35" name="prob_ager20_05" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; 3 à 5 ans&quot; pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="36" name="prob_ager20_10" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; 6 à 10 ans&quot; pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="37" name="prob_ager20_14" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; 11 à 14 ans&quot; pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="38" name="prob_ager20_17" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; 15 à 17 ans&quot; pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="39" name="prob_ager20_19" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; 18 à 19 ans&quot; pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="40" name="prob_ager20_24" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; 20 à 24 ans&quot; pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="41" name="prob_ager20_29" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; 25 à 29 ans&quot; pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="42" name="prob_ager20_39" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; 30 à 39 ans&quot; pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="43" name="prob_ager20_54" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; 40 à 54 ans&quot; pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="44" name="prob_ager20_64" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; 55 à 64 ans&quot; pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="45" name="prob_ager20_79" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; 65 à 79 ans&quot; pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="46" name="prob_ager20_80" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; 80 ans ou plus&quot; pour la variable &quot;Âge en années révolues (âge au dernier anniversaire) en 13 classes d'âge, détaillées autour de 20 ans &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="47" name="empl_top" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Modalité la plus probable pour la variable &quot;Condition d'emploi &quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="48" name="empl_random" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Valeur aléatoire tirée dans l'échantillon Monte Carlo pour la variable Condition d'emploi" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="49" name="prob_empl_11" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; En contrat d'apprentissage ou de professionnalisation&quot; pour la variable &quot;Condition d'emploi &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="50" name="prob_empl_12" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Placés par une agence d'intérim&quot; pour la variable &quot;Condition d'emploi &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="51" name="prob_empl_13" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Emplois aidés (contrat unique d'insertion, d'initiative emploi, d'accompagnement dans l'emploi, avenir, etc.)&quot; pour la variable &quot;Condition d'emploi &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="52" name="prob_empl_14" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Stagiaires rémunérés en entreprise&quot; pour la variable &quot;Condition d'emploi &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="53" name="prob_empl_15" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Autres emplois à durée limitée, CDD, contrat court, saisonnier, vacataire, etc.&quot; pour la variable &quot;Condition d'emploi &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="54" name="prob_empl_16" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Emplois sans limite de durée, CDI, titulaire de la fonction publique&quot; pour la variable &quot;Condition d'emploi &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="55" name="prob_empl_21" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Indépendants&quot; pour la variable &quot;Condition d'emploi &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="56" name="prob_empl_22" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Employeurs&quot; pour la variable &quot;Condition d'emploi &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="57" name="prob_empl_23" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Aides familiaux&quot; pour la variable &quot;Condition d'emploi &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="58" name="prob_empl_zz" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Sans objet&quot; pour la variable &quot;Condition d'emploi &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="59" name="tact_top" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Modalité la plus probable pour la variable &quot;Type d'activité &quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="60" name="tact_random" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Valeur aléatoire tirée dans l'échantillon Monte Carlo pour la variable Type d'activité" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="61" name="prob_tact_11" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Actifs ayant un emploi, y compris sous apprentissage ou en stage rémunéré.&quot; pour la variable &quot;Type d'activité &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="62" name="prob_tact_12" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Chômeurs&quot; pour la variable &quot;Type d'activité &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="63" name="prob_tact_21" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Retraités ou préretraités&quot; pour la variable &quot;Type d'activité &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="64" name="prob_tact_22" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Élèves, étudiants, stagiaires non rémunéré de 14 ans ou plus&quot; pour la variable &quot;Type d'activité &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="65" name="prob_tact_23" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Moins de 14 ans&quot; pour la variable &quot;Type d'activité &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="66" name="prob_tact_24" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Femmes ou hommes au foyer&quot; pour la variable &quot;Type d'activité &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="67" name="prob_tact_25" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Autres inactifs&quot; pour la variable &quot;Type d'activité &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="68" name="tp_top" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Modalité la plus probable pour la variable &quot;Temps de travail &quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="69" name="tp_random" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Valeur aléatoire tirée dans l'échantillon Monte Carlo pour la variable Temps de travail" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="70" name="prob_tp_1" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Temps complet&quot; pour la variable &quot;Temps de travail &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="71" name="prob_tp_2" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Temps partiel&quot; pour la variable &quot;Temps de travail &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="72" name="prob_tp_z" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Sans objet&quot; pour la variable &quot;Temps de travail &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="73" name="trans_top" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Modalité la plus probable pour la variable &quot;Mode de transport principal le plus souvent utilisé pour aller travailler &quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="74" name="trans_random" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Valeur aléatoire tirée dans l'échantillon Monte Carlo pour la variable Mode de transport principal le plus souvent utilisé pour aller travailler" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="75" name="prob_trans_1" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Pas de transport&quot; pour la variable &quot;Mode de transport principal le plus souvent utilisé pour aller travailler &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="76" name="prob_trans_2" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Marche à pied (ou rollers, patinette)&quot; pour la variable &quot;Mode de transport principal le plus souvent utilisé pour aller travailler &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="77" name="prob_trans_3" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Vélo (y compris à assistance électrique)&quot; pour la variable &quot;Mode de transport principal le plus souvent utilisé pour aller travailler &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="78" name="prob_trans_4" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Deux-roues motorisé&quot; pour la variable &quot;Mode de transport principal le plus souvent utilisé pour aller travailler &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="79" name="prob_trans_5" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Voiture, camion, fourgonnette&quot; pour la variable &quot;Mode de transport principal le plus souvent utilisé pour aller travailler &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="80" name="prob_trans_6" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Transports en commun&quot; pour la variable &quot;Mode de transport principal le plus souvent utilisé pour aller travailler &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="81" name="prob_trans_z" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Sans objet&quot; pour la variable &quot;Mode de transport principal le plus souvent utilisé pour aller travailler &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="82" name="voit_top" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Modalité la plus probable pour la variable &quot;Nombre de voitures du ménage &quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="83" name="voit_random" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Valeur aléatoire tirée dans l'échantillon Monte Carlo pour la variable Nombre de voitures du ménage" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="84" name="prob_voit_0" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Aucune voiture&quot; pour la variable &quot;Nombre de voitures du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="85" name="prob_voit_1" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Une seule voiture&quot; pour la variable &quot;Nombre de voitures du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="86" name="prob_voit_2" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Deux voitures&quot; pour la variable &quot;Nombre de voitures du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="87" name="prob_voit_3" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Trois voitures ou plus&quot; pour la variable &quot;Nombre de voitures du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="88" name="prob_voit_z" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Hors logement ordinaire&quot; pour la variable &quot;Nombre de voitures du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="89" name="gs_top" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Modalité la plus probable pour la variable &quot;Groupe socioprofessionnel en 6 postes &quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="90" name="gs_random" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Valeur aléatoire tirée dans l'échantillon Monte Carlo pour la variable Groupe socioprofessionnel en 6 postes" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="91" name="prob_gs_1" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Agriculteur&quot; pour la variable &quot;Groupe socioprofessionnel en 6 postes &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="92" name="prob_gs_2" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Artisan, commerçant et chef d’entreprise&quot; pour la variable &quot;Groupe socioprofessionnel en 6 postes &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="93" name="prob_gs_3" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Cadres&quot; pour la variable &quot;Groupe socioprofessionnel en 6 postes &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="94" name="prob_gs_4" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Profession intermédiaire&quot; pour la variable &quot;Groupe socioprofessionnel en 6 postes &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="95" name="prob_gs_5" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Employé&quot; pour la variable &quot;Groupe socioprofessionnel en 6 postes &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="96" name="prob_gs_6" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Ouvrier&quot; pour la variable &quot;Groupe socioprofessionnel en 6 postes &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="97" name="prob_gs_z" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Sans objet&quot; pour la variable &quot;Groupe socioprofessionnel en 6 postes &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="98" name="dipl_top" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Modalité la plus probable pour la variable &quot;Diplôme le plus élevé &quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="99" name="dipl_random" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Valeur aléatoire tirée dans l'échantillon Monte Carlo pour la variable Diplôme le plus élevé" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="100" name="prob_dipl_01" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Pas de scolarité ou arrêt avant la fin du primaire&quot; pour la variable &quot;Diplôme le plus élevé &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="101" name="prob_dipl_02" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Aucun diplôme et scolarité interrompue à la fin du primaire ou avant la fin du collège&quot; pour la variable &quot;Diplôme le plus élevé &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="102" name="prob_dipl_03" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Aucun diplôme et scolarité jusqu’à la fin du collège ou au-delà&quot; pour la variable &quot;Diplôme le plus élevé &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="103" name="prob_dipl_11" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; CEP (certificat d’études primaires)&quot; pour la variable &quot;Diplôme le plus élevé &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="104" name="prob_dipl_12" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; BEPC, brevet élémentaire, brevet des collèges, DNB&quot; pour la variable &quot;Diplôme le plus élevé &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="105" name="prob_dipl_13" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; CAP, BEP ou diplôme de niveau équivalent&quot; pour la variable &quot;Diplôme le plus élevé &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="106" name="prob_dipl_14" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Baccalauréat général ou technologique, brevet supérieur, capacité en droit, DAEU, ESEU&quot; pour la variable &quot;Diplôme le plus élevé &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="107" name="prob_dipl_15" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Baccalauréat professionnel, brevet professionnel, de technicien ou d’enseignement, diplôme équivalent&quot; pour la variable &quot;Diplôme le plus élevé &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="108" name="prob_dipl_16" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; BTS, DUT, Deug, Deust, diplôme de la santé ou du social de niveau bac+2, diplôme équivalent&quot; pour la variable &quot;Diplôme le plus élevé &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="109" name="prob_dipl_17" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Licence, licence pro, maîtrise, diplôme équivalent de niveau bac+3 ou bac+4&quot; pour la variable &quot;Diplôme le plus élevé &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="110" name="prob_dipl_18" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Master, DEA, DESS, diplôme grande école niveau bac+5, doctorat de santé&quot; pour la variable &quot;Diplôme le plus élevé &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="111" name="prob_dipl_19" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Doctorat de recherche (hors santé)&quot; pour la variable &quot;Diplôme le plus élevé &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="112" name="prob_dipl_zz" nullable="true" remarks="[VARIABLE RELATIVE AUX INDIVIDUS] Probabilité de la modalité &quot; Hors champ (moins de 14 ans)&quot; pour la variable &quot;Diplôme le plus élevé &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="113" name="inper_top" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Modalité la plus probable pour la variable &quot;Nombre de personnes du ménage &quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="114" name="inper_random" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Valeur aléatoire tirée dans l'échantillon Monte Carlo pour la variable Nombre de personnes du ménage" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="115" name="prob_inper_1" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 1 personne&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="116" name="prob_inper_10" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 10 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="117" name="prob_inper_11" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 11 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="118" name="prob_inper_12" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 12 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="119" name="prob_inper_13" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 13 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="120" name="prob_inper_14" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 14 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="121" name="prob_inper_15" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 15 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="122" name="prob_inper_16" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 16 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="123" name="prob_inper_17" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 17 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="124" name="prob_inper_18" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 18 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="125" name="prob_inper_19" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 19 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="126" name="prob_inper_2" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 2 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="127" name="prob_inper_20" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 20 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="128" name="prob_inper_22" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 22 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="129" name="prob_inper_24" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 24 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="130" name="prob_inper_25" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 25 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="131" name="prob_inper_26" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 26 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="132" name="prob_inper_3" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 3 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="133" name="prob_inper_31" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 31 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="134" name="prob_inper_35" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 35 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="135" name="prob_inper_4" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 4 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="136" name="prob_inper_5" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 5 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="137" name="prob_inper_6" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 6 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="138" name="prob_inper_7" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 7 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="139" name="prob_inper_8" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 8 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="140" name="prob_inper_9" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; 9 personnes&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="141" name="prob_inper_z" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Hors logement ordinaire&quot; pour la variable &quot;Nombre de personnes du ménage &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="142" name="typmr_top" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Modalité la plus probable pour la variable &quot;Type de ménage regroupé (en 9 postes) &quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="143" name="typmr_random" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Valeur aléatoire tirée dans l'échantillon Monte Carlo pour la variable Type de ménage regroupé (en 9 postes)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="144" name="prob_typmr_11" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Homme vivant seul&quot; pour la variable &quot;Type de ménage regroupé (en 9 postes) &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="145" name="prob_typmr_12" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Femme vivant seule&quot; pour la variable &quot;Type de ménage regroupé (en 9 postes) &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="146" name="prob_typmr_20" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Ménage de plusieurs personnes sans famille&quot; pour la variable &quot;Type de ménage regroupé (en 9 postes) &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="147" name="prob_typmr_31" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Ménage dont la famille principale est monoparentale (un homme avec enfant(s))&quot; pour la variable &quot;Type de ménage regroupé (en 9 postes) &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="148" name="prob_typmr_32" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Ménage dont la famille principale est monoparentale (une femme avec enfant(s))&quot; pour la variable &quot;Type de ménage regroupé (en 9 postes) &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="149" name="prob_typmr_41" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Ménage dont la famille principale est un couple de deux actifs occupés&quot; pour la variable &quot;Type de ménage regroupé (en 9 postes) &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="150" name="prob_typmr_42" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Ménage dont la famille principale est un couple composé d'un homme actif occupé et d'un conjoint 'autre'&quot; pour la variable &quot;Type de ménage regroupé (en 9 postes) &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="151" name="prob_typmr_43" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Ménage dont la famille principale est un couple composé d'une femme active occupée et d'un conjoint 'autre'&quot; pour la variable &quot;Type de ménage regroupé (en 9 postes) &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="152" name="prob_typmr_44" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Ménage dont la famille principale est un couple de deux personnes 'autres'&quot; pour la variable &quot;Type de ménage regroupé (en 9 postes) &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="8" id="153" name="prob_typmr_zz" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité de la modalité &quot; Hors logement ordinaire&quot; pour la variable &quot;Type de ménage regroupé (en 9 postes) &quot;" size="8" type="float4" typeCode="7"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="154" name="prob_d1" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage appartienne au 1er décile de niveau de vie." size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="155" name="prob_d2" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage appartienne au 2ème décile de niveau de vie." size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="156" name="prob_d3" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage appartienne au 3ème décile de niveau de vie." size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="157" name="prob_d4" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage appartienne au 4ème décile de niveau de vie." size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="158" name="prob_d5" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage appartienne au 5ème décile de niveau de vie." size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="159" name="prob_d6" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage appartienne au 6ème décile de niveau de vie." size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="160" name="prob_d7" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage appartienne au 7ème décile de niveau de vie." size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="161" name="prob_d8" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage appartienne au 8ème décile de niveau de vie." size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="162" name="prob_d9" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage appartienne au 9ème décile de niveau de vie." size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="17" id="163" name="prob_d10" nullable="true" remarks="[VARIABLE RELATIVE AUX MENAGES] Probabilité que le ménage appartienne au 10ème décile de niveau de vie." size="17" type="float8" typeCode="8"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="164" name="niveau_de_vie_moyen" nullable="true" remarks="Niveau de vie moyen estimé du ménage." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="165" name="niveau_de_vie_random" nullable="true" remarks="Valeur aléatoire tirée dans l'échantillon Monte Carlo pour le niveau de vie." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="166" name="niveau_de_vie_std" nullable="true" remarks="Écart-type estimé du niveau de vie du ménage." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="167" name="niveau_de_vie_lower" nullable="true" remarks="Borne inférieure de l'intervalle de confiance pour le niveau de vie." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="168" name="niveau_de_vie_upper" nullable="true" remarks="Borne supérieure de l'intervalle de confiance pour le niveau de vie." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="169" name="niveau_de_vie_decile_random" nullable="true" remarks="Décile de niveau de vie attribué aléatoirement dans l'échantillon Monte Carlo." size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <primaryKey column="segment_habitat_id" sequenceNumberInPK="2"/>
         <index name="menage_prediction_socio_eco_proba__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
            <column ascending="true" name="segment_habitat_id"/>
         </index>
         <index name="32467c6ec59cf2af893ad755e7f32ccb" unique="false">
            <column ascending="true" name="code_commune_insee"/>
         </index>
         <index name="74e961a7fb52c720d22df75f3d963874" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="b6bf1c7eb0c176b6dc4c70d32751d3b8" unique="false">
            <column ascending="true" name="code_iris"/>
         </index>
         <index name="b73554fa0d6cb816126159ec9149d3f2" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
      </table>
      <table name="metadonnees_bdnb_version" remarks="table des versions de la BDNB avec les modifications apportées visibles dans le changelog. La première ligne correspond à la version actuelle de la base de donnée." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="millesime" nullable="true" remarks="Millésime de la données, fraicheurs des informations présentes dans la base" size="9" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="version" nullable="true" remarks="Version du schéma de données. Dépend unisuement de la structure des tables et colonne" size="7" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="date_publication" nullable="true" remarks="Date de publication du millesime" size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="changelog_rapide" nullable="true" remarks="Changelog rapide des nouveautés présentes dans cette base de données" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="changelog_detaille" nullable="true" remarks="Changelog détaillé des améliorations apportées dans ce millesime" size="2147483647" type="text" typeCode="12"/>
      </table>
      <table name="metadonnees_colonne" numRows="1888" remarks="Descriptions des colonnes de la BDNB" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="nom_colonne" nullable="true" remarks="Nom de la colonne" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="nom_table" nullable="true" remarks="Nom de la table rattachée" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="type_sql" nullable="true" remarks="Type sql de la colonne" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="nullable" nullable="true" remarks="la colonne est nullable" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="description" nullable="true" remarks="Description de la table dans la base postgres" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="statut" nullable="true" remarks="&quot;les tables dépréciées sont vouées à disparaitre de la BDNB à moyen terme. Les tables maintenues sont maintenues et mises à jour, le format, le type et le nom des colonnes existantes ne changent pas. Les tables expérimentales sont des tables de R&amp;D et peuvent évoluer de manière importante, il n'est pas garanti de stabilité sur ces tables.&quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="unite" nullable="true" remarks="Unité de la colonne" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="contrainte_acces" nullable="true" remarks="Contrainte d'accès à la données" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="index" nullable="true" remarks="la colonne est indexée dans la table" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="cle_primaire" nullable="true" remarks="est une clé primaire de la table" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="modalite_enum" nullable="true" remarks="Différentes modalités que peut prendre la colonne" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="nom_colonne_vue_compile" nullable="true" remarks="Nom de la colonne dans la vue batiment_groupe_compile" size="2147483647" type="text" typeCode="12"/>
      </table>
      <table name="metadonnees_jeu_de_donnee_source" remarks="Descriptions des jeux de données sources utilisés par la BDNB" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="denomination_serie" nullable="true" remarks="Dénomination du jeu de données" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="millesime_jeu_de_donnees" nullable="true" remarks="Millésime du jeu de données" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="description" nullable="true" remarks="Description du jeu de données" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="url_data" nullable="true" remarks="lien pour récupérer la donnée source" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="url_doc" nullable="true" remarks="lien pour récupérer la documentation de la donnée source" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="date_publication" nullable="true" remarks="Date de publication du jeu de données" size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="couverture_temporelle" nullable="true" remarks="Couverture temporelle du jeu de données" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="couverture_spatiale" nullable="true" remarks="Couverture spatiale du jeu de données" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="denomination_fournisseur" nullable="true" remarks="Dénomination du fournisseur de données associé" size="2147483647" type="text" typeCode="12"/>
      </table>
      <table name="metadonnees_table" numRows="87" remarks="Descriptions des tables de la BDNB" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="nom_table" nullable="true" remarks="Nom de la table" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="statut" nullable="true" remarks="&quot;les tables dépréciées sont vouées à disparaitre de la BDNB à moyen terme. Les tables maintenues sont maintenues et mises à jour, le format, le type et le nom des colonnes existantes ne changent pas. Les tables expérimentales sont des tables de R&amp;D et peuvent évoluer de manière importante, il n'est pas garanti de stabilité sur ces tables.&quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="description" nullable="true" remarks="Commentaire de la table" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="onglet_documentation" nullable="true" remarks="onglet dans lequel est rangé la table dans l'Excel de documentation" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="prefix_vue_compile" nullable="true" remarks="prefix utilisé pour la table dans la vue compile" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="dans_vue_compile" nullable="true" remarks="est ce que la table est dans la vue compile" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="type_table" nullable="true" remarks="table, vue, vue matérialisée" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="contrainte_acces" nullable="true" remarks="contrainte d'accès de la table" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="experimental" nullable="true" remarks="statut expérimental de la table. pour une table exéprimentale, il n'est pas garanti la stabilité du modèle de données sous jacent (contenu, nom et description des colonnes)" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="jeu_de_donnees_source" nullable="true" remarks="liste des jeux de données sources de la table" size="2147483647" type="_text" typeCode="2003"/>
      </table>
      <table name="parcelle" numRows="93441160" remarks="Table contenant les informations sur les parcelles cadastrales.&#10;&#10;Un groupe de bâtiments peut être situé sur une ou plusieurs parcelles cadastrales.&#10;Cependant, un groupe de bâtiments ne peut pas appartenir à plusieurs unités foncières différentes (une unité foncière regroupe des parcelles appartenant au même propriétaire).&#10;&#10;Pour les ayants droit des fichiers fonciers, il est recommandé d’utiliser la table [parcelle_unifiee] plutôt que les tables parcelles." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="parcelle_id" nullable="false" remarks="(ffo:idpar) Identifiant de parcelle (Concaténation de ccodep, ccocom, ccopre, ccosec, dnupla)" size="14" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_commune_insee" nullable="true" remarks="Code INSEE de la commune" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="parcelle_unifiee_id" nullable="true" remarks="Identifiant de la parcelle unifiée dans la BDNB. Dans la très grande majorité des cas, il s'agit des identifiants idtup des fichiers fonciers (CEREMA). Une partie marginale de ces identifiants sont des identifiants de parcelles non documentées dans les fichiers fonciers." size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="s_geom_parcelle" nullable="true" remarks="(ffo) Surface au sol de la géométrie de parcelle" size="0" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="geom_parcelle" nullable="true" remarks="(ffo:geompar) Géometrie de la parcelle cadastrale (Lambert-93)" size="2147483647" type="geometry" typeCode="1111"/>
         <primaryKey column="parcelle_id" sequenceNumberInPK="1"/>
         <index name="parcelle__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="parcelle_id"/>
         </index>
         <index name="9217be1f81c46865a07f5cf32aee8591" unique="false">
            <column ascending="true" name="parcelle_unifiee_id"/>
         </index>
         <index name="ca8e7537fa21e52243cde976cab94270" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="cc9f3198535a61130a21980b452820c2" unique="false">
            <column ascending="true" name="geom_parcelle"/>
         </index>
         <index name="dac4168f7c22122e83186a7f8bceffb7" unique="false">
            <column ascending="true" name="code_commune_insee"/>
         </index>
      </table>
      <table name="parcelle_sitadel" numRows="3019465" remarks="Informations consolidées et simplifiées à l'échelle de la parcelle des données SITADEL. Cette table fournit des données numériques et &#10;catégorielles synthétiques sur les demandes d'autorisation d'urbanisme (DAU) déclarées pour chaque parcelle. Une &#10;analyse complémentaire vérifie l'actualisation de certaines données de la BDNB, telles que la surface, le nombre de &#10;locaux, l'année de construction. Si ces éléments ne correspondent pas aux dernières autorisations d'urbanisme &#10;disponibles, cela indique que la BDNB n'est pas à jour pour cette parcelle.&#10;**ATENTION** Ne pas faire des statistiques agregées sur cette table, les valeurs numériques sont données à titre &#10;indicatif. Pour des statistiques utiliser la table `sitadel`. En effet, une demande d'autorisation d'urbanisme peut concerner plusieurs parcelles et peut donc être répétée dans cette table.&#10;&#10;NB : les données sitadel ne sont pas fournies au niveau des groupes de bâtiments comme les autres informations métiers de la BDNB car elles concernent des opérations ayant pour objet la démolition ou la construction de bâtiments et concernent majoritairement des bâtiments qui n'existent pas encore ou n'existent plus." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="parcelle_id" nullable="false" remarks="(ffo:idpar) Identifiant de parcelle (Concaténation de ccodep, ccocom, ccopre, ccosec, dnupla)" size="14" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="nombre_dau" nullable="true" remarks="(Sitadel) Nombre de demandes d'autorisation d'urbanisme (DAU)." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="annee_premiere_dau_identifiee" nullable="true" remarks="(Sitadel) Année de la première DAU identifiée dans le millésime de Sitadel utilisé." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="annee_derniere_dau_identifiee" nullable="true" remarks="(Sitadel) Année de la dernière DAU identifiée dans le millésime de Sitadel utilisé." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nouvelle_construction" nullable="true" remarks="Nouveau bâtiment sur parcelle. &#10;Peut prendre les valuers : 'nouveau bâtiment exclusif' ou 'nouveau bâtiment ajouté'&#10;- nouveau bâtiment exclusif : soit une construction entièrement neuve sur une parcelle vierge, soit un bâtiment qui remplace entièrement une structure préexistante.&#10;- nouveau bâtiment ajouté : nouveau bâtiment sur parcelle sur laquelle existe déjà un ou plusieurs bâtiments." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="travaux_sur_construction_existante" nullable="true" remarks="(Sitadel) Vrai si les permis déclarent des travaux sur construction existante." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="demolition" nullable="true" remarks="(Sitadel) Démolition déclarée par DAU égale à permis de démolir ou surface démolie déclarée dans les permis de &#10;création de surfaces." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="amenagement" nullable="true" remarks="Demande d'autorisation d'urbanisme spécifique pour réaliser un aménagement." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="bdnb_obsolete" nullable="true" remarks="(Sitadel) Les informations contenues dans la BDNB pour ce groupe de bâtiments sont considérées comme potentiellement obsolètes (année de construction, surfaces, emprise au sol, etc.), car elles se réfèrent à une période antérieure à celle des autorisations de création de surfaces." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="annee_construction_obsolete" nullable="true" remarks="(Sitadel) Année de construction enregistrée antérieure à celle déclarée dans la dernière DAU connue dans Sitadel pour cette parcelle." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="service_public_identifie" nullable="true" remarks="(Sitadel) Travaux déclarés par les autorisations avec un ou l'un des usages de type service public." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="indicateur_extension" nullable="true" remarks="Indicateur pour la présence d'une extension." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="indicateur_surelevation_ou_nivsupp" nullable="true" remarks="Indicateur pour la présence d'une surélévation." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="indicateur_piscine" nullable="true" remarks="Indicateur pour la présence d'une piscine." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="indicateur_garage" nullable="true" remarks="Indicateur pour la présence d'un garage." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="nombre_logemens_totaux_crees" nullable="true" remarks="Nombre total de logements créés sur la parcelle. Cela inclus les logements à usage individuel, collectif et les logements en résidences." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="nombre_logement_demolis" nullable="true" remarks="Nombre de logements démolis sur la parcelle." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="18" name="surface_habitable_cree" nullable="true" remarks="Surface habitable créée sur la parcelle." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="19" name="surface_habitable_issue_transformation" nullable="true" remarks="Surface habitable issue d'une transformation sur la parcelle." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="20" name="surface_habitable_transformee" nullable="true" remarks="Surface habitable transformée sur la parcelle." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="21" name="surface_habitable_demolie" nullable="true" remarks="Surface habitable démolie sur la parcelle." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="22" name="surface_locaux_cree" nullable="true" remarks="Surface des locaux créés sur la parcelle." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="23" name="surface_locaux_issue_transformee" nullable="true" remarks="Surface des locaux issus d'une transformation sur la parcelle." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="24" name="surface_locaux_transformee" nullable="true" remarks="Surface des locaux transformée sur la parcelle." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="25" name="surface_locaux_demolie" nullable="true" remarks="Surface des locaux démolie sur la parcelle." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="nature_derniere_dau" nullable="true" remarks="(Sitadel) Nature du dernier permis autorisé." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="nombre_logements_creees_derniere_dau" nullable="true" remarks="(Sitadel) Nombre de logements créés (individuels, collectifs et des résidences) - déclaré dans la dernière DAU." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="nombre_logements_demolis_derniere_dau" nullable="true" remarks="(Sitadel) Nombre de logements démolis - déclaré dans la dernière DAU." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="29" name="surface_habitable_creee_derniere_dau" nullable="true" remarks="(Sitadel) Surface habitable créée - déclarée dans la dernière DAU." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="30" name="surface_locaux_creee_derniere_dau" nullable="true" remarks="(Sitadel) Surface créée pour les planchers de locaux non résidentiels - déclarée dans la dernière DAU." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="31" name="surface_habitable_issue_transfo_derniere_dau" nullable="true" remarks="(Sitadel) Surface de plancher de la destination ' Habitation ' issue d'une transformation (changement de destination, réhabilitation, scission, regroupement …) - déclarée dans la dernière DAU." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="32" name="surface_locaux_issue_transfo_derniere_dau" nullable="true" remarks="(Sitadel) Surface de plancher des locaux non-résidentiels issue d'une transformation (changement de destination, réhabilitation, scission, regroupement …) - déclarée dans la dernière DAU." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="33" name="surface_habitable_transformee_derniere_dau" nullable="true" remarks="(Sitadel) Surface de plancher de la destination ' Habitation ' transformée (changement de destination, réhabilitation, scission, regroupement ...) - déclarée dans la dernière DAU." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="34" name="surface_locaux_transformee_derniere_dau" nullable="true" remarks="(Sitadel) Surface de plancher - de locaux non résidentiels - transformée (changement de destination, réhabilitation, &#10;scission, regroupement ...) - déclarée dans la dernière DAU." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="35" name="surface_habitable_demolie_derniere_dau" nullable="true" remarks="(Sitadel) Surface de plancher de la destination ' Habitation ' supprimée (démolie) - déclarée dans la dernière DAU." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="36" name="surface_locaux_demolie_derniere_dau" nullable="true" remarks="(Sitadel) Surface de plancher de locaux non résidentiels démolie - déclarée dans la dernière DAU." size="17" type="numeric" typeCode="2"/>
         <primaryKey column="parcelle_id" sequenceNumberInPK="1"/>
         <index name="parcelle_sitadel__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="parcelle_id"/>
         </index>
         <index name="4223b2387f109f1aed26d51a5d498156" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="parcelle_unifiee" numRows="52293040" remarks="Table d'information sur les parcelle unifiées ou TUP. une TUP est un ensemble de parcelles adjacentes appartenant à un même groupe de propriétaires. Pour plus d'informations se référer à la documentation des fichiers fonciers (https://doc-datafoncier.cerema.fr/doc/guide/ff/le-foncier-non-bati-parcelle-suf-unite-fonciere-tup)&#10;la TUP ou parcelle unifiée est l’entité englobante des groupes de bâtiments.&#10;&#10;Dans des cas très marginaux, nous avons dû compléter cette table des TUP avec des parcelles issues du PCI vecteur (https://cadastre.data.gouv.fr/datasets) afin d'assurer que tout groupe de bâtiments dans la BDNB disposait d'une assise parcellaire.&#10;Ces parcelles sont identifiées avec origine = 'Cadastre' dans la table" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="parcelle_unifiee_id" nullable="false" remarks="Identifiant de la parcelle unifiée dans la BDNB. Dans la très grande majorité des cas, il s'agit des identifiants idtup des fichiers fonciers (CEREMA). Une partie marginale de ces identifiants sont des identifiants de parcelles non documentées dans les fichiers fonciers." size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_commune_insee" nullable="true" remarks="Code INSEE de la commune" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="code_iris" nullable="true" remarks="Code iris INSEE" size="9" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="origine" nullable="true" remarks="Origine de l'entrée bâtiment. Elle provient soit des données foncières (Fichiers Fonciers), soit d'un croisement géospatial entre le Cadastre, la BDTopo et des bases de données métiers (ex: BPE ou Mérimée)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="categorie" nullable="true" remarks="type de parcelle unifiée (n-&gt; nb de bat issus des fichiers fonciers, m-&gt; nb de geom issus de la bdtopo)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="fictive_geom_parcelle_unifiee" nullable="true" remarks="(ffo:contour) pour les parcelles unifiées issues des TUPs, certaines TUPs sont supposées fictives par le cerema" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="s_geom_parcelle_unifiee" nullable="true" remarks="surface du regroupement de parcelle [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="geom_parcelle_unifiee" nullable="true" remarks="géométrie polygonale du regroupement de parcelle (Lambert-93)" size="2147483647" type="geometry" typeCode="1111"/>
         <primaryKey column="parcelle_unifiee_id" sequenceNumberInPK="1"/>
         <index name="parcelle_unifiee__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="parcelle_unifiee_id"/>
         </index>
         <index name="2c3a18aaca6246618bbf8be2da54c86a" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="31c182b8b60f273ae831931342ec1256" unique="false">
            <column ascending="true" name="geom_parcelle_unifiee"/>
         </index>
      </table>
      <table name="parcelle_unifiee_metrique" numRows="52248840" remarks="Table de statistique sur le nombre d'entités rattachées à la parcelle unifiée ou TUP on retrouve notamment le nombre de :&#10;- batiments fonciers&#10;- batiments construction&#10;- adresses&#10;- batiment groupe &#10;- parcelles&#10;&#10;Cette table permet d'apprécier la complexité de correspondances qu'il peut y avoir entre plusieurs référentiels de données au sein de chaque unité foncière." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="parcelle_unifiee_id" nullable="false" remarks="Identifiant de la parcelle unifiée dans la BDNB. Dans la très grande majorité des cas, il s'agit des identifiants idtup des fichiers fonciers (CEREMA). Une partie marginale de ces identifiants sont des identifiants de parcelles non documentées dans les fichiers fonciers." size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="nb_parcelle" nullable="true" remarks="nombre de parcelle (au sens des fichiers fonciers) présentes dans la parcelle unifiee" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="nb_batiment_groupe" nullable="true" remarks="nombre de groupe de bâtiment présents dans la parcelle unifiee" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="nb_batiment" nullable="true" remarks="Nombre de bâtiments" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nb_batiment_construction" nullable="true" remarks="nombre d'enceinte de bâtiment présentes dans la parcelle unifiee" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="nb_adresse" nullable="true" remarks="Nombre d'adresses" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="nb_adresse_valide" nullable="true" remarks="nombre d'adresses valides qui pointent vers la parcelle unifiée" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="nb_adresse_valide_ban" nullable="true" remarks="nombre d'adresses valides issues de la BAN qui pointent vers la parcelle unifiée" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="nb_adresse_valide_arcep" nullable="true" remarks="nombre d'adresses valides issues de l'ARCEP qui pointent vers la parcelle unifiée" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="nb_adresse_valide_ffo" nullable="true" remarks="nombre d'adresses valides issues des Fichiers Fonciers qui pointent vers la parcelle unifiée" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="cle_interop_adr_principale" nullable="true" remarks="clé d'interopérabilité de l'adresse principale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="libelle_adr_principale" nullable="true" remarks="libellé complet de l'adresse principale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="fiabilite_cr_adr_niv_1" nullable="true" remarks="Fiabilité des données croisées à l'adresse ('données croisées à l'adresse fiables', 'données croisées à l'adresse fiables à l'echelle de la parcelle unifiee', 'données croisées à l'adresse moyennement fiables', 'problème de géocodage')" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="fiabilite_cr_adr_niv_2" nullable="true" remarks="Fiabilité détaillée des données croisées à l'adresse" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="parcelle_unifiee_id" sequenceNumberInPK="1"/>
         <index name="parcelle_unifiee_metrique__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="parcelle_unifiee_id"/>
         </index>
         <index name="8cecb3ca7cc162573624d6e193fdffed" unique="false">
            <column ascending="true" name="cle_interop_adr_principale"/>
         </index>
         <index name="a6daa5cad91fab8d97f2006d6b90aff5" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="passage_millesime_batiment_groupe_id" numRows="50606192" remarks="Cette table permet d’identifier si un identifiant `batiment_groupe_id` a été modifié entre deux millésimes de la BDNB.  &#10;&#10;Elle contient uniquement les identifiants qui ont évolué depuis le millésime `2023-01a` (les identifiants inchangés sont absents) :&#10;- le type de transformation subie par le groupe de bâtiments : suppression, scission, regroupement,&#10;- le ou les nouveaux identifiants correspondants,&#10;- ainsi que leur millésime d’apparition.&#10;&#10;Si un identifiant est présent dans la colonne `ancien_id`, la table précise la nature de la transformation et les nouveaux identifiants associés." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="transformation_id" nullable="false" remarks="identifiant unique de la transformation" size="15" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="ancien_millesime" nullable="true" remarks="Ancien millésime" size="10" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="ancien_id" nullable="true" remarks="identifiant du batiment_groupe_id dans l'ancien millésime" size="30" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="nouveau_millesime" nullable="true" remarks="Nouveau millésime" size="10" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nouvel_id" nullable="true" remarks="identifiant du batiment_groupe_id dans le nouveau millésime" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="type_modification" nullable="true" remarks="Type de modification effectué entre l'ancien et le nouveau millésime (creation, renommage, suppression, fusion, division, transformation complexe)" size="38" type="varchar" typeCode="12"/>
         <primaryKey column="transformation_id" sequenceNumberInPK="1"/>
         <index name="passage_millesime_batiment_groupe_id__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="transformation_id"/>
         </index>
         <index name="0ca2f3a0da4aadab666171660f3ab937" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="8f0e262ccaab3efd907f499442f7376a" unique="false">
            <column ascending="true" name="ancien_id"/>
         </index>
         <index name="aafb3d196de5664defd84b1210344b27" unique="false">
            <column ascending="true" name="ancien_millesime"/>
         </index>
         <index name="b3d4b97e483925f1977cbce35ba6acd0" unique="false">
            <column ascending="true" name="nouveau_millesime"/>
         </index>
         <index name="e81a089df6b1922f0748598390b0fc9f" unique="false">
            <column ascending="true" name="nouvel_id"/>
         </index>
      </table>
      <table name="proprietaire" numRows="41073052" remarks="Données sur les propriétaires de bâtiment (issues des Fichiers Fonciers). &#10;Cette table contient des informations sur l'ensemble des propriétaires de locaux associé à des bâtiments déclarés aux impôts. Les propriétaires physiques sont anonymisés. &#10;La propriété bâtie est une donnée accessible en open data pour les personnes morales via le jeu de donnée mis à disposition par la DGFiP (https://www.data.gouv.fr/datasets/fichiers-des-locaux-et-des-parcelles-des-personnes-morales)&#10;Les propriétaires disponibles en open data sont identifiés avec la colonne `dans_majic_pm`" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="personne_id" nullable="false" remarks="Concaténation de code département et du numéro de personne Majic3 (FF) (appelé aussi NUMÉRO PERSONNE PRESENT DANS L’APPLICATION MAJIC dans les fichiers des locaux des personnes morales)" size="8" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="siren" nullable="true" remarks="Numéro de SIREN d'une entreprise, un organisme public ou privé, une personne physique ayant une activité économique indépendante non salariée ou une association ayant des activités en France" size="9" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="nb_locaux" nullable="true" remarks="nombre de locaux possédé par le propriétaire" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="s_locaux" nullable="true" remarks="(ffo:slocal) surface totale de local détenue par le propriétaire [m²]" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nb_log" nullable="true" remarks="nombre de logements possédé par le propriétaire" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="s_log" nullable="true" remarks="(ffo) Surface totale des pièces d'habitation des locaux possédés par le proprietaire (en m²) (Utilisation de l'attribut dsupdc, nul si npevph nul) [m²]" size="19" type="int8" typeCode="-5"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="forme_juridique" nullable="true" remarks="Forme juridique du propriétaire (FF)" size="4" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="denomination" nullable="true" remarks="Dénomination du propriétaire (FF)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="adr_lign3" nullable="true" remarks="3e ligne d'adresse postale du propriétaire (FF)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="adr_lign4" nullable="true" remarks="(ffo:dlign4) 4e ligne d'adresse postale du propriétaire" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="code_postal" nullable="true" remarks="Code postal" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="libelle_commune" nullable="true" remarks="Libellé de la commune" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="personne_type" nullable="true" remarks="(ffo:gtoper) Personne physique ou Personne morale (FF)" size="17" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="cat_personne_groupe" nullable="true" remarks="(ffo:ccogrmtxt) Code du groupe du propriétaire" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="cat_personne_nature" nullable="true" remarks="(ffo:dnatpr) Code sur la nature du propriétaire (FF)" size="3" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="cat_personne_classe2" nullable="true" remarks="(ffo:catpro2txt) Classification de propriétaire niveau 2" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="cat_personne_classe3" nullable="true" remarks="(ffo:catpro3txt) Classification de propriétaire niveau 3" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="18" name="proprietaire_ou_gestionnaire" nullable="true" remarks="(ffo:typedroit) proprietaire ou gestionnaire" size="12" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="bailleur" nullable="true" remarks="(ffo:catpro2) True si le propriétaire est un bailleur social (ORGANISME DE LOGEMENT SOCIAL)" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="dans_majic_pm" nullable="true" remarks="(majic_pm) Ce propriétaire possède des bâtiments déclarés dans majic_pm" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="nb_locaux_open" nullable="true" remarks="nombre de locaux possédé par le propriétaire diffusé dans majic personne morale" size="10" type="int4" typeCode="4"/>
         <primaryKey column="personne_id" sequenceNumberInPK="1"/>
         <index name="proprietaire__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="personne_id"/>
         </index>
         <index name="1f8bdff25ad643cad8a5ab809478f18d" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="b9a725a3258c08ae8162b9f7257c09c6" unique="false">
            <column ascending="true" name="siren"/>
         </index>
      </table>
      <table name="rel_batiment_adresse" numRows="24356952" remarks="Table de relation entre les adresses et les bâtiments issus des fichiers fonciers.&#10;&#10;Cette table est construite en associant les adresses foncières aux adresses BAN/ARCEP.&#10;Elle correspond au sous-ensemble d’adresses liées à un groupe de bâtiments, déterminé par la localisation du bâtiment foncier au sein d’une même unité foncière.&#10;&#10;Cette table détaillée est à destination d'utilisateurs avancés des fichiers fonciers et nous recommandons d'utiliser rel_batiment_groupe_adresse pour un usage classique de relations entre adresses et bâtiments." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_id" nullable="false" remarks="Identifiant du bâtiment fiscal au sens des fichiers fonciers" size="16" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="cle_interop_adr" nullable="false" remarks="Clé d'interopérabilité de l'adresse postale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="origine" nullable="true" remarks="Origine de l'entrée bâtiment. Elle provient soit des données foncières (Fichiers Fonciers), soit d'un croisement géospatial entre le Cadastre, la BDTopo et des bases de données métiers (ex: BPE ou Mérimée)" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_id" sequenceNumberInPK="1"/>
         <primaryKey column="cle_interop_adr" sequenceNumberInPK="2"/>
         <index name="rel_batiment_adresse__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_id"/>
            <column ascending="true" name="cle_interop_adr"/>
         </index>
         <index name="0146b3a6e60cdd11b9cb618582a6f5f7" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="61bccebf987d509105afd4161a01f38a" unique="false">
            <column ascending="true" name="cle_interop_adr"/>
         </index>
      </table>
      <table name="rel_batiment_construction_adresse" numRows="41596344" remarks="Table de relation entre les adresses postales BAN/Arcep et les entrées de la table [batiment_construction]. &#10;Cette table détaillée permet de descendre en précision sur les associations entre batiments et adresses, la proximité entre le batiment_construction de la BDNB et les identifiants RNB permet notamment grâce à cette table et rel_batiment_construction_rnb d'associer des adresses au référentiel national des bâtiments.&#10;&#10;Cette table permet de faire le lien entre :&#10;- la table `batiment_groupe`,&#10;- et la table `adresse`" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_construction_id" nullable="false" remarks="Identifiant unique de l'entrée batiment_construction." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="cle_interop_adr" nullable="false" remarks="Clé d'interopérabilité de l'adresse postale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="distance_batiment_construction_adresse" nullable="true" remarks="Distance entre le géolocalisant adresse et la géométrie de bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="fiabilite" nullable="true" remarks="Le score de fiabilité d’une relation Adresse ↔ Bâtiment Construction (BC) est calculé comme la somme pondérée des conditions suivantes (valeurs booléennes : 0 ou 1) :&#10;&#10;Critères et pondérations :&#10;&#10;- cond_4 : L’adresse intersecte l’unité foncière du bâtiment → +5&#10;- cond_3 : L’adresse est une adresse foncière d’un bâtiment situé sur l’unité foncière → +5&#10;- cond_5 : Les clés d’interopérabilité BAN et FF correspondent → +3&#10;- cond_1 : La position de l’adresse intersecte directement le bâtiment construction → +3&#10;- cond_7 : L’adresse ne dessert qu’un seul bâtiment construction → +2&#10;- cond_2 : l'adresse est une adresse BAN → +1&#10;- cond_6 : L’adresse ne dessert qu’une seule unité foncière → +1&#10;&#10;Échelle du score :&#10;- Minimum : 0 (aucune condition vérifiée)&#10;- Maximum : 20 (toutes les conditions vérifiées)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="adresse_principale" nullable="true" remarks="Booléen précisant si l'adresse courante est l'une des adresses principales de la construction ou non. Une relation est taguée comme `principale` si l'adresse qui la compose obtient le score de fiabilité le plus important parmi toutes les adresses desservant une même construction. Il se peut, par conséquent, qu'une construction ait plusieurs adresses principales : toutes celles ayant le score de fiabilité le plus haut pour cette construction." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="geom_batiment_construction_adresse" nullable="true" remarks="Géolocalisant du trait reliant le point adresse à la géométrie de la construction (Lambert-93, SRID=2154)" size="2147483647" type="geometry" typeCode="1111"/>
         <primaryKey column="batiment_construction_id" sequenceNumberInPK="1"/>
         <primaryKey column="cle_interop_adr" sequenceNumberInPK="2"/>
         <index name="rel_batiment_construction_adresse__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_construction_id"/>
            <column ascending="true" name="cle_interop_adr"/>
         </index>
         <index name="0890df8b5a29fe8343d68df2ebd659e2" unique="false">
            <column ascending="true" name="geom_batiment_construction_adresse"/>
         </index>
         <index name="2a842a620a4f9f4a46e0928cab43f76f" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="2fed4fd91626536477e609d26c6f116e" unique="false">
            <column ascending="true" name="cle_interop_adr"/>
         </index>
      </table>
      <table name="rel_batiment_construction_rnb" numRows="42434384" remarks="TTable de relation entre les bâtiments construction de la BDNB et les entités du RNB (Référentiel National des Bâtiments), limitée à l’Hexagone et à la Corse.&#10;Cette relation est établie grâce à un traitement d'intersection spatiale entre la géométrie polygonale du bâtiment construction et la géométrie polygonale du RNB.&#10;&#10;les relations `rnb_id`- `batiment_construction_id` sont de type *n-m*. Un RNB peut inclure 1 ou plusieurs bâtiments constructions et dans d'autres cas un bâtiment construction peut un ou contenir plusieurs rnb. &#10;&#10;Dans la très grande majorité des cas (&gt;95%), un identifiant RNB correspond à un bâtiment construction de la BDNB en 1 pour 1, en raison de l’initialisation partielle du RNB à partir des données BDNB, en décembre 2023.&#10;&#10;la colonne `type_appariement` permet d'identifier les relations rnb / batiment construction complexes. &#10;&#10;* `Alignement 1 BC = 1 RNB, recouvrement géométrique ≥ 95%` correspond à l'équivalence 1 pour 1 &#10;&#10;le reste des situations sont les situations complexes. Ces situations peuvent être dues à deux raisons principales : &#10;&#10;* la mise à jour des bâtiments constructions de la BDNB avec des géométries de la BDTOPO qui ont évoluées depuis l'initialisation du RNB en décembre 2023&#10;&#10;* la correction des entrées RNB par des utilisateurs via la plateforme d'**édition du RNB** (https://rnb.beta.gouv.fr/login?redirect=%2Fedition)&#10;&#10;EXPÉRIMENTAL : Cette table est expérimentale. Une intégration plus poussée du RNB dans la BDNB est en cours afin de garantir une meilleure adéquation entre les bâtiments constructions de la BDNB et le RNB, et la structure de cette relation est susceptible d’évoluer." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="rnb_id" nullable="false" remarks="Identifiant unique de l'entrée RNB." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="batiment_construction_id" nullable="false" remarks="Identifiant unique de l'entrée batiment_construction." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="type_appariement" nullable="true" remarks="Type d'appariement entre les entrées `batiment_groupe_id` (BC) de la BDNB et `rnb_id` du RNB" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="detail" nullable="true" remarks="Détail sur le type d'appariement" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="geom_rnb_pos" nullable="true" remarks="Géométrie ponctuelle de l'objet RNB (Lambert-93, SRID=2154)." size="2147483647" type="geometry" typeCode="1111"/>
         <primaryKey column="batiment_construction_id" sequenceNumberInPK="1"/>
         <primaryKey column="rnb_id" sequenceNumberInPK="2"/>
         <index name="rel_batiment_construction_rnb__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_construction_id"/>
            <column ascending="true" name="rnb_id"/>
         </index>
         <index name="3e024aa5f002b60c9f30b7e8697e5bb9" unique="false">
            <column ascending="true" name="rnb_id"/>
         </index>
         <index name="d9890ef83dcefb51a2d968d63bdf56c6" unique="false">
            <column ascending="true" name="geom_rnb_pos"/>
         </index>
         <index name="e31b75b51057056dfb7954160fce4a4c" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_adresse" numRows="32512278" remarks="Table de relation entre les adresses et les groupes de bâtiments. Les relations entre adresses et groupes de bâtiments sont de type n-m complexes :&#10;- une adresse peut desservir plusieurs groupes de bâtiments,&#10;- un groupe de bâtiment peut être desservi par plusieurs adresses (par exemple, plusieurs cages d’escalier).&#10;&#10;Cette table constitue un pivot important de la BDNB. Elle permet notamment d’associer des données indexées à l’adresse aux groupes de bâtiments correspondants.&#10;&#10;Les associations entre adresses et groupes de bâtiments sont établies à partir :&#10;- d’intersections géométriques,&#10;- de rapprochements entre les adresses de la Base Adresse Nationale (BAN) et les adresses fiscales des bâtiments issus des Fichiers Fonciers&#10;&#10;Cette table permet de faire le lien entre :&#10;- la table `batiment_groupe`,&#10;- et la table `adresse`" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="cle_interop_adr" nullable="false" remarks="Clé d'interopérabilité de l'adresse postale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="3" name="poids_s_tot" nullable="true" remarks="(surface desservie par l'adresse sur le bâtiment / surface totale desservie par l'adresse)" size="7" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="4" name="poids_s_res" nullable="true" remarks="(surface résidentielle desservie par l'adresse sur le bâtiment / surface résidentielle totale desservie par l'adresse)" size="7" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="5" name="poids_s_pro" nullable="true" remarks="(surface professionnelle desservie par l'adresse sur le bâtiment / surface professionnelle totale desservie par l'adresse)" size="7" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="6" name="poids_nb_loc_tot" nullable="true" remarks="(nombre de locaux desservis par l'adresse sur le bâtiment / nombre de locaux totaux desservis par l'adresse)" size="7" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="7" name="poids_nb_loc_res" nullable="true" remarks="(nombre de locaux résidentiels desservis par l'adresse sur le bâtiment / nombre de locaux résidentiels totaux desservis par l'adresse)" size="7" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="8" name="poids_nb_loc_pro" nullable="true" remarks="(nombre de locaux professionnels desservis par l'adresse sur le bâtiment / nombre de locaux professionnels totaux desservis par l'adresse)" size="7" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="origine" nullable="true" remarks="Origine de l'entrée bâtiment. Elle provient soit des données foncières (Fichiers Fonciers), soit d'un croisement géospatial entre le Cadastre, la BDTopo et des bases de données métiers (ex: BPE ou Mérimée)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="fiabilite" nullable="true" remarks="Le score de fiabilité d'une relation batiment_groupe avec une adresse est le maximum de la fiabilité des associations adresses batiment construction correspondantes.&#10;&#10;Le score de fiabilité d’une relation Adresse ↔ Bâtiment Construction (BC) est calculé comme la somme pondérée des conditions suivantes (valeurs booléennes : 0 ou 1) :&#10;&#10;Critères et pondérations :&#10;&#10;- cond_4 : L’adresse intersecte l’unité foncière du bâtiment → +5&#10;- cond_3 : L’adresse est une adresse foncière d’un bâtiment situé sur l’unité foncière → +5&#10;- cond_5 : Les clés d’interopérabilité BAN et FF correspondent → +3&#10;- cond_1 : La position de l’adresse intersecte directement le bâtiment construction → +3&#10;- cond_7 : L’adresse ne dessert qu’un seul bâtiment construction → +2&#10;- cond_2 : l'adresse est une adresse BAN → +1&#10;- cond_6 : L’adresse ne dessert qu’une seule unité foncière → +1&#10;&#10;Échelle du score :&#10;- Minimum : 0 (aucune condition vérifiée)&#10;- Maximum : 20 (toutes les conditions vérifiées)" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="geom_bat_adresse" nullable="true" remarks="Géolocalisant du trait reliant le point adresse à la géométrie du bâtiment groupe (Lambert-93, SRID=2154)" size="2147483647" type="geometry" typeCode="1111"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <primaryKey column="cle_interop_adr" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_adresse__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
            <column ascending="true" name="cle_interop_adr"/>
         </index>
         <index name="3afc8820be84d42aeaad596cce245c89" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="96a53ab727440d450ee5b92b23ff8380" unique="false">
            <column ascending="true" name="cle_interop_adr"/>
         </index>
         <index name="fb5f4a8a3a737221b229b71bd8e24057" unique="false">
            <column ascending="true" name="geom_bat_adresse"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_bdtopo_bat" numRows="46665216" remarks="Table de relation entre les bâtiments de la BDNB et les éléments de la table bâti de la BDTOPO" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_construction_id" nullable="false" remarks="Identifiant unique de l'entrée batiment_construction." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="bdtopo_bat_cleabs" nullable="true" remarks="identifiant de la table bâtiment de la BDTOPO" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="batiment_groupe_id" nullable="true" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <primaryKey column="batiment_construction_id" sequenceNumberInPK="1"/>
         <index name="rel_batiment_groupe_bdtopo_bat__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_construction_id"/>
         </index>
         <index name="1370ae34cf6d338478cd6eb471bb2d1b" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="bd877310c6427a0391ffb2faff891f96" unique="false">
            <column ascending="true" name="bdtopo_bat_cleabs"/>
         </index>
         <index name="f04164e03e9db45bb97c58396d67adef" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_bdtopo_equ" numRows="17331" remarks="Table de relation entre les bâtiments de la BDNB et les éléments de la table equipement de la BDTOPO" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_construction_id" nullable="false" remarks="Identifiant unique de l'entrée batiment_construction." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="bdtopo_equ_cleabs" nullable="false" remarks="identifiant de la table equipement de la BDTOPO" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="batiment_groupe_id" nullable="true" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <primaryKey column="batiment_construction_id" sequenceNumberInPK="1"/>
         <primaryKey column="bdtopo_equ_cleabs" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_bdtopo_equ__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_construction_id"/>
            <column ascending="true" name="bdtopo_equ_cleabs"/>
         </index>
         <index name="785f4e0e16d43725c4fc907e23763244" unique="false">
            <column ascending="true" name="bdtopo_equ_cleabs"/>
         </index>
         <index name="79c8a810c58a2030ed0c7d3c635e89e6" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="92d08f4741ee5614f295c08c5507ff54" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_bdtopo_zoa" numRows="1907767" remarks="Table de relation entre les bâtiments de la BDNB et les éléments de la table des zones d'activité de la BDTOPO" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_construction_id" nullable="false" remarks="Identifiant unique de l'entrée batiment_construction." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="bdtopo_zoa_cleabs" nullable="false" remarks="identifiant de la table argiles" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="batiment_groupe_id" nullable="true" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <primaryKey column="batiment_construction_id" sequenceNumberInPK="1"/>
         <primaryKey column="bdtopo_zoa_cleabs" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_bdtopo_zoa__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_construction_id"/>
            <column ascending="true" name="bdtopo_zoa_cleabs"/>
         </index>
         <index name="13069d87057850a45292fbd71bcf0086" unique="false">
            <column ascending="true" name="bdtopo_zoa_cleabs"/>
         </index>
         <index name="a0abf403d54f63e470261d376ff01291" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="d389521d14e172b847fa612fea66d639" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_bpe" numRows="753763" remarks="Table de relation entre les bâtiments de la BDNB et les éléments de la table bpe" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_construction_id" nullable="false" remarks="Identifiant unique de l'entrée batiment_construction." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="batiment_groupe_id" nullable="true" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="bpe_non_officiel_id" nullable="false" remarks="identifiant de la table bpe" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_construction_id" sequenceNumberInPK="1"/>
         <primaryKey column="bpe_non_officiel_id" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_bpe__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_construction_id"/>
            <column ascending="true" name="bpe_non_officiel_id"/>
         </index>
         <index name="813d8db7374db84a316e5c052e168779" unique="false">
            <column ascending="true" name="bpe_non_officiel_id"/>
         </index>
         <index name="d99ef07b7e4a61e3317f27a114724389" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="f70b59fdfcb61d63aa8aaf81df09894c" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_certification" numRows="78939" remarks="Cette table fournit des informations provenant de deux organismes de certification de la construction : Certivéa et Cerqual. Ces certifications attestent de la qualité de la construction des bâtiments associés. Ces données concernent des bâtiments de logement collectifs, de maison individuelle et de bâtiments tertiaires. &#10;Les certifications concernent en grande majorité des projets de construction neuve et dans une moindre mesure des projets de rénovation d'ampleur. &#10;Il est identifié notamment les bâtiments qui ont bénéficié de certification HQE (Haute Qualité Environnementale)." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="hash_id" nullable="false" remarks="(certification) Hash id du numéro de contrat et adresse initial fournit" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="cle_interop_adr" nullable="true" remarks="Clé d'interopérabilité de l'adresse postale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="adresse_brut" nullable="true" remarks="adresse brute envoyée au géocodeur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="adresse_geocodee" nullable="true" remarks="libelle de l'adresse retournée par le géocodeur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="fiabilite_geocodage" nullable="true" remarks="fiabilité du géocodage" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="organisme_certification" nullable="true" remarks="(certification) Organisme qui a effectué la certification (soit Cerqual, soit Certivéa)" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <primaryKey column="hash_id" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_certification__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
            <column ascending="true" name="hash_id"/>
         </index>
         <index name="5609f835521e7ff4db0a9b6fe1437053" unique="false">
            <column ascending="true" name="cle_interop_adr"/>
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_dpe_logement" numRows="21341192" remarks="Table de relation entre les groupes de bâtiments de la BDNB et les éléments des deux bases de données DPE (arrêté 2012 et arrêté 2021).  &#10;Les deux bases sont compilées dans cette table. Il est possible de filtrer avec la colonne `arrete_2021` (table `dpe_logement`) pour ne conserver que les nouveaux DPE.&#10;&#10;Cette table permet de faire le lien entre :&#10;- la table `batiment_groupe`,&#10;- et la table `dpe_logement` (qui contient l’intégralité des DPE)." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="identifiant_dpe" nullable="false" remarks="identifiant unique des DPE de l'ADEME." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="cle_interop_adr" nullable="true" remarks="Clé d'interopérabilité de l'adresse postale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="adresse_brut" nullable="true" remarks="adresse brute envoyée au géocodeur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="adresse_geocodee" nullable="true" remarks="libelle de l'adresse retournée par le géocodeur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="fiabilite_geocodage" nullable="true" remarks="fiabilité du géocodage" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="type_appariement" nullable="true" remarks="méthode qui a été utilisée pour associer le groupe de bâtiment à un DPE. Un DPE peut être associé par son adresse, sa parcelle, l'identifiant rnb lorsque celui-ci est renseigné par le diagnostiqueur ou via le RPLS. Si plusieurs méthodes coincident type_appariement décrit l'ensemble des méthodes utilisées pour l'appariement" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <primaryKey column="identifiant_dpe" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_dpe_logement__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
            <column ascending="true" name="identifiant_dpe"/>
         </index>
         <index name="06c80b8f7bbec38a0ebe107827ad9633" unique="false">
            <column ascending="true" name="cle_interop_adr"/>
         </index>
         <index name="cc588ee33144fd16cf2af2a689455695" unique="false">
            <column ascending="true" name="identifiant_dpe"/>
         </index>
         <index name="d0ec7001ded96c339152259e6b47c452" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_dpe_tertiaire" numRows="886966" remarks="Table de relation entre les bâtiments de la BDNB et les éléments des deux bases de données DPE tertiaire de l’ADEME (avant 2021 et après 2021).  &#10;&#10;Contrairement aux DPE logement, les deux bases sont ici compilées car aucune évolution réglementaire majeure n’a concerné les DPE tertiaires.  &#10;Il n’est donc pas nécessaire de filtrer entre ancien ou nouveau DPE tertiaire&#10;&#10;Cette table permet de faire le lien entre :&#10;- la table `batiment_groupe`,&#10;- et la table `dpe_tertiaire` (qui contient l’intégralité des DPE).&#10;-" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="identifiant_dpe" nullable="false" remarks="identifiant unique des DPE de l'ADEME." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="cle_interop_adr" nullable="true" remarks="Clé d'interopérabilité de l'adresse postale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="adresse_brut" nullable="true" remarks="adresse brute envoyée au géocodeur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="adresse_geocodee" nullable="true" remarks="libelle de l'adresse retournée par le géocodeur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="fiabilite_geocodage" nullable="true" remarks="fiabilité du géocodage" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="type_appariement" nullable="true" remarks="méthode qui a été utilisée pour associer le groupe de bâtiment à un DPE. Un DPE peut être associé par son adresse, sa parcelle, l'identifiant rnb lorsque celui-ci est renseigné par le diagnostiqueur ou via le RPLS. Si plusieurs méthodes coincident type_appariement décrit l'ensemble des méthodes utilisées pour l'appariement" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <primaryKey column="identifiant_dpe" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_dpe_tertiaire__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
            <column ascending="true" name="identifiant_dpe"/>
         </index>
         <index name="264daf037b0664c6a64b531446961bdb" unique="false">
            <column ascending="true" name="cle_interop_adr"/>
         </index>
         <index name="9ecdc66f6461b6abd47f8b5a3d919dc8" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="a263bf3deb22c652c4730231bdb42e33" unique="false">
            <column ascending="true" name="identifiant_dpe"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_dvf_open" numRows="14906422" remarks="Table de relation entre les batiment_groupe de la BDNB et l'ensemble des mutations ayant eu lieu sur ce bâtiment groupe&#10;Les mutations foncières sont identifiées par leur identifiant open_data diffusé dans le jeu de données du CEREMA DVF+ open data(https://datafoncier.cerema.fr/donnees/autres-donnees-foncieres/dvfplus-open-data)" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="id_opendata" nullable="false" remarks="Identifiant open data de la mutation." size="60" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="parcelle_unifiee_id" nullable="true" remarks="Identifiant de la parcelle unifiée dans la BDNB. Dans la très grande majorité des cas, il s'agit des identifiants idtup des fichiers fonciers (CEREMA). Une partie marginale de ces identifiants sont des identifiants de parcelles non documentées dans les fichiers fonciers." size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="fiabilite_croisement" nullable="true" remarks="Fiabilité de l'appariement entre les bâtiments groupes et les mutations. La fiabilité est forte si l'ensemble des locaux de la mutation se situent sur un unique bâtiment groupe. La fiabilité est faible si les locaux de la mutation ne peuvent être associés à un unique bâtiment groupe." size="10" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="join_id_opendata" nullable="true" remarks="L'appariement a été réalisé à partir de l'id_opendata en le croisant avec les dv3f." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="join_geom_local" nullable="true" remarks="L'appariement a été réalisé à partir de la présence du localisant ponctuel du local ayant muté au sein de la géométrie de la parcelle unifiée." size="1" type="bool" typeCode="-7"/>
         <primaryKey column="id_opendata" sequenceNumberInPK="1"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_dvf_open__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="id_opendata"/>
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="2540570e09c7f9c4ecbe45a07e007219" unique="false">
            <column ascending="true" name="parcelle_unifiee_id"/>
         </index>
         <index name="d91e65fadb2a884ca49c8a24f0f796f6" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="e465eaf2f3c9510ac75757d013a4b5de" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_merimee" numRows="33272782" remarks="TABLE DEPRECIEE  : Table de relation entre les bâtiments de la BDNB et les éléments de la table merimee" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_construction_id" nullable="false" remarks="Identifiant unique de l'entrée batiment_construction." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="merimee_ref" nullable="false" remarks="identifiant de la table merimee" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="batiment_groupe_id" nullable="true" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="distance_batiment_historique" nullable="true" remarks="(mer) Distance entre le batiment_historique et le batiment_construction (si moins de 500m) [m]" size="5" type="int2" typeCode="5"/>
         <primaryKey column="batiment_construction_id" sequenceNumberInPK="1"/>
         <primaryKey column="merimee_ref" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_merimee__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_construction_id"/>
            <column ascending="true" name="merimee_ref"/>
         </index>
         <index name="429d97aec66e378f5361217f43af7020" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="6bc99ad92ba7dbaf89e02a2fe3a6869f" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_parcelle" numRows="34750284" remarks="Table de relation entre les groupes de bâtiments et les parcelles (relation n-m) :&#10;- Une parcelle peut contenir plusieurs groupes de bâtiments.&#10;- Un groupe de bâtiments peut être situé sur plusieurs parcelles.&#10;&#10;Pour les ayants droit des fichiers fonciers, il est recommandé d’utiliser la table [parcelle_unifiee] plutôt que les tables parcelles." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="parcelle_id" nullable="false" remarks="(ffo:idpar) Identifiant de parcelle (Concaténation de ccodep, ccocom, ccopre, ccosec, dnupla)" size="14" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="parcelle_principale" nullable="true" remarks="Booléen renvoyant 'vrai' si la parcelle cadastrale est la plus grande intersectant le groupe de bâtiment" size="1" type="bool" typeCode="-7"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <primaryKey column="parcelle_id" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_parcelle__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
            <column ascending="true" name="parcelle_id"/>
         </index>
         <index name="130899ee659ab3e21b1af87e4ac3f786" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="a53f76e6a6c104c61552f7825f0cbac6" unique="false">
            <column ascending="true" name="parcelle_id"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_proprietaire" numRows="55015488" remarks="Table de relation entre les propriétaires fonciers de locaux dans des bâtiments au sens foncier et les groupes de bâtiments.&#10;&#10;Cette table contient des informations sur l'ensemble des propriétaires de locaux associé à des bâtiments déclarés aux impôts. Les propriétaires physiques sont anonymisés. &#10;La propriété bâtie est une donnée accessible en open data pour les personnes morales via le jeu de donnée mis à disposition par la DGFiP (https://www.data.gouv.fr/datasets/fichiers-des-locaux-et-des-parcelles-des-personnes-morales)&#10;Les propriétaires disponibles en open data sont identifiés avec la colonne `dans_majic_pm` &#10;&#10;Cette table établit le lien entre :&#10;- la table `batiment_groupe` ,&#10;- et la table `proprietaire`" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="personne_id" nullable="false" remarks="Concaténation de code département et du numéro de personne Majic3 (FF) (appelé aussi NUMÉRO PERSONNE PRESENT DANS L’APPLICATION MAJIC dans les fichiers des locaux des personnes morales)" size="8" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="s_locaux" nullable="true" remarks="(ffo:slocal) surface totale de local détenue par le propriétaire dans le batiment groupe [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="s_log" nullable="true" remarks="(ffo) Surface totale des pièces d'habitation des locaux possédés par le proprietaire dans le batiment groupe (en m²) (Utilisation de l'attribut dsupdc, nul si npevph nul) [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nb_locaux" nullable="true" remarks="nombre de logements possédé par le propriétaire dans ce groupe de bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="nb_log" nullable="true" remarks="nombre de logements possédé par le propriétaire dans ce groupe de bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="dans_majic_pm" nullable="true" remarks="(majic_pm) Ce propriétaire possède des bâtiments déclarés dans majic_pm" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="nb_locaux_open" nullable="true" remarks="nombre de locaux possédé par le propriétaire dans ce groupe de bâtiment diffusé dans majic personne morale" size="10" type="int4" typeCode="4"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <primaryKey column="personne_id" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_proprietaire__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
            <column ascending="true" name="personne_id"/>
         </index>
         <index name="ac375eeeab5a3bdd50a995fd4b29d3b3" unique="false">
            <column ascending="true" name="personne_id"/>
         </index>
         <index name="e1d5ea6295861bf17f5fec54abe9b41e" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_qpv" numRows="625652" remarks="DEPRECIEE  -&gt; utiliser uniquement la table batiment_groupe_qpv .Table de relation entre les bâtiments de la BDNB et les éléments de la table QPV" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_construction_id" nullable="false" remarks="Identifiant unique de l'entrée batiment_construction." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="qpv_code_qp" nullable="true" remarks="identifiant de la table qpv" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="batiment_groupe_id" nullable="true" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <primaryKey column="batiment_construction_id" sequenceNumberInPK="1"/>
         <index name="rel_batiment_groupe_qpv__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_construction_id"/>
         </index>
         <index name="467913d4d2e02b15f9b95860da3b27c1" unique="false">
            <column ascending="true" name="qpv_code_qp"/>
         </index>
         <index name="9d5b7f86bbdfd4181bae0565ad76ba07" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="de3875adb33bc6f06966f33d1c28ed3a" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_rnc" numRows="793697" remarks="Table de relation entre les bâtiments de la BDNB et les éléments de la table RNC" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="numero_immat" nullable="false" remarks="identifiant de la table rnc" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="cle_interop_adr" nullable="true" remarks="Clé d'interopérabilité de l'adresse postale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="adresse_brut" nullable="true" remarks="adresse brute envoyée au géocodeur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="adresse_geocodee" nullable="true" remarks="libelle de l'adresse retournée par le géocodeur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="fiabilite_geocodage" nullable="true" remarks="fiabilité du géocodage" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="fiabilite_globale" nullable="true" remarks="fiabilité du global du croisement" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="parcelle_id" nullable="true" remarks="(ffo:idpar) Identifiant de parcelle (Concaténation de ccodep, ccocom, ccopre, ccosec, dnupla)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="parcelle_unifiee_id" nullable="true" remarks="Identifiant de la parcelle unifiée dans la BDNB. Dans la très grande majorité des cas, il s'agit des identifiants idtup des fichiers fonciers (CEREMA). Une partie marginale de ces identifiants sont des identifiants de parcelles non documentées dans les fichiers fonciers." size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <primaryKey column="numero_immat" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_rnc__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
            <column ascending="true" name="numero_immat"/>
         </index>
         <index name="610aeca952e502024b3625302c3b7075" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="9469b3bdb4d057e1821e18ef21f1b001" unique="false">
            <column ascending="true" name="numero_immat"/>
         </index>
         <index name="cb6cc35231b45a12247617d31e3505e5" unique="false">
            <column ascending="true" name="cle_interop_adr"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_rpls" numRows="5366166" remarks="Table de relation entre les bâtiments de la BDNB et les identifiants du RPLS &#10;Cette table est à destination d'acteurs publique qui veulent localiser les logements RPLS sur leur territoire." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="ident_rpls" nullable="false" remarks="identifiant rpls de la source" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="cle_interop_adr" nullable="true" remarks="Clé d'interopérabilité de l'adresse postale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="adresse_brut" nullable="true" remarks="adresse brute envoyée au géocodeur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="adresse_geocodee" nullable="true" remarks="libelle de l'adresse retournée par le géocodeur" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="fiabilite_geocodage" nullable="true" remarks="fiabilité du géocodage" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="fiabilite_globale" nullable="true" remarks="fiabilité du global du croisement" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="batiment_id" nullable="true" remarks="Identifiant du bâtiment fiscal au sens des fichiers fonciers" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="local_id" nullable="true" remarks="identifiant du local dans les Fichiers Fonciers (Concaténation de ccodep, invar)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="rpls_open" nullable="true" remarks="True si tous les logements integrés sont en open" size="1" type="bool" typeCode="-7"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <primaryKey column="ident_rpls" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_rpls__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
            <column ascending="true" name="ident_rpls"/>
         </index>
         <index name="7a99c154e0608f6be0550e7f9efebba4" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="a0942ebdb037282da2fd36aca088e000" unique="false">
            <column ascending="true" name="cle_interop_adr"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_siren" numRows="18239852" remarks="Table de relation entre les bâtiments de la BDNB et les entreprises identifiées par leur numéro SIREN.&#10;&#10;Cette table permet de distinguer trois types de relations entre une entreprise et un bâtiment :&#10;- l’entreprise est propriétaire de locaux dans le bâtiment,&#10;- l’entreprise exploite un établissement situé dans le bâtiment,&#10;- l’entreprise est propriétaire du terrain sur lequel est implanté le bâtiment.&#10;&#10;Elle permet ainsi d’identifier rapidement l’ensemble des bâtiments possédés ou exploités par une personne morale donnée, afin de réaliser des analyses de parc immobilier.&#10;&#10;Sources :&#10;- Données SIREN et SIRET de l’INSEE, mises en cohérence,&#10;- Annuaires administratifs documentant les établissements (ex. éducation nationale, FINESS), pour les relations d’exploitation,&#10;- Fichiers fonciers et données MAJIC personnes morales, pour les relations de propriété bâtie et foncière.&#10;&#10;Remarque :&#10;La relation de propriété du terrain a été ajoutée afin de mieux identifier les parcs de bâtiments publics.&#10;En effet, certains bâtiments publics ne sont pas identifiés dans MAJIC, ce qui entraîne une absence de déclaration de locaux sur la parcelle correspondante.&#10;Dans ces situations, seule l’information de propriété du terrain (parcelle) permet d’identifier qu’un organisme public est propriétaire des bâtiments implantés sur cette parcelle." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="siren" nullable="false" remarks="Numéro de SIREN d'une entreprise, un organisme public ou privé, une personne physique ayant une activité économique indépendante non salariée ou une association ayant des activités en France" size="9" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="s_locaux" nullable="true" remarks="(ffo:slocal) surface totale de local détenue par le propriétaire dans le batiment groupe [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="s_log" nullable="true" remarks="(ffo) Surface totale des pièces d'habitation des locaux possédés par le proprietaire dans le batiment groupe (en m²) (Utilisation de l'attribut dsupdc, nul si npevph nul) [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="nb_locaux" nullable="true" remarks="nombre de logements possédé par le propriétaire dans ce groupe de bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="nb_log" nullable="true" remarks="nombre de logements possédé par le propriétaire dans ce groupe de bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="dans_majic_pm" nullable="true" remarks="(majic_pm) Ce propriétaire possède des bâtiments déclarés dans majic_pm" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="nb_locaux_open" nullable="true" remarks="nombre de locaux possédé par le propriétaire dans ce groupe de bâtiment diffusé dans majic personne morale" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="nb_siret_actifs" nullable="true" remarks="Nombre de siret actifs." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="proprietaire_terrain" nullable="true" remarks="La personne morale est identifiée comme étant propriétaire de l'unité foncière (TUP) au sein de laquelle se situe le bâtiment" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="proprietaire" nullable="true" remarks="La personne morale est identifiée comme étant propriétaire d'au moins un local dans le bâtiment. &#10;(locaux/logements)." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="etablissement" nullable="true" remarks="le bâtiment est identifié comme un des établissement du SIREN" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="siren_corrige" nullable="true" remarks="Indicateur booléen précisant si le SIREN initial du proprietaire a été redressé." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="dans_majic_pm_ou_etablissement" nullable="true" remarks="identifié comme établissement ou dans majic_pm - permet de filtrer les relations qui ne sont pas restreintes aux ayants droits fichiers fonciers" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="proprietaire_terrain_open" nullable="true" remarks="la personne morale est identifiée comme propriétaire de l'unité foncière (TUP) au sein de laquelle se situe le bâtiment uniquement lorsque l'information de propriété de parcelle est disponible dans majic personne morale (majic_pm)" size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="proprietaire_open" nullable="true" remarks="la personne morale est identifiée comme propriétaire du bâtiment uniquement lorsque l'information de propriété est disponible dans majic personne morale (majic_pm)" size="1" type="bool" typeCode="-7"/>
         <primaryKey column="siren" sequenceNumberInPK="1"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_siren__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="siren"/>
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="a64d5b457987bf4c96536be14ba35163" unique="false">
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="e12148077aad8818935c81762954bbfa" unique="false">
            <column ascending="true" name="siren"/>
         </index>
         <index name="f665a558de8d8c3c4706b24ab3235fdc" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_siret" numRows="34301976" remarks="Table de relation entre les bâtiments de la BDNB et les établissements SIRET de la base SIREN." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="siret" nullable="false" remarks="Siret de l'établissement." size="14" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="siren" nullable="true" remarks="Numéro de SIREN d'une entreprise, un organisme public ou privé, une personne physique ayant une activité économique indépendante non salariée ou une association ayant des activités en France" size="9" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="fiabilite_geocodage" nullable="true" remarks="fiabilité du géocodage" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="cle_interop_adr" nullable="true" remarks="Clé d'interopérabilité de l'adresse postale" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="etat_administratif_actif" nullable="true" remarks="Etat administratif de l'établissement. Si l'établissement&#10;        est signalé comme actif alors la variable est indiquée comme 'Vrai'." size="1" type="bool" typeCode="-7"/>
         <primaryKey column="siret" sequenceNumberInPK="1"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_siret__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="siret"/>
            <column ascending="true" name="batiment_groupe_id"/>
         </index>
         <index name="0863200797dde47056752dd8e0139c94" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="536bb8622f5356bf7b360a55f4de7427" unique="false">
            <column ascending="true" name="siren"/>
         </index>
         <index name="54e7f8c9f6974249ad70a016625a78bb" unique="false">
            <column ascending="true" name="cle_interop_adr"/>
         </index>
      </table>
      <table name="rel_batiment_groupe_usage" numRows="37693116" remarks="Table contenant l’ensemble des usages détaillés de chaque bâtiment, avec leurs surfaces et nombre de locaux associés (si disponibles).&#10;&#10;Sources :&#10;Cette table compile des informations issues :&#10;- des fichiers fonciers,&#10;- de la BDTOPO (zones d’activité),&#10;- de la base SIRENE (entreprises),&#10;- du RPLS&#10;- et de nombreuses bases recensant des usages publics des bâtiments, harmonisées dans le cadre du projet collaboratif ESPACE avec le CEREMA :&#10;  - annuaire de l’administration,&#10;  - base des équipements sportifs,&#10;  - annuaire de l’éducation,&#10;  - base FINESS (ministère de la santé),&#10;  - patrimoine immobilier de l’enseignement supérieur,&#10;  - base BASILIC (lieux et équipements culturels),&#10;  - crèches,&#10;  - gares ferroviaires.&#10;&#10;Logique :&#10;- Les usages sont ordonnés par priorité pour déterminer l’usage dominant des bâtiments multi-usages.&#10;- Priorité basée sur :&#10;  - la surface occupée (bâti privé),&#10;  - une liste ordonnée d’usages prioritaires pour le bâti public (souvent mal documenté en termes d'usage et de surfaces dans les fichiers fonciers)&#10;&#10;Utilisation :&#10;Cette table permet :&#10;- d’identifier tous les bâtiments pour un usage donné,&#10;- de réaliser des analyses par usage détaillé (ex. identifier les bâtiments d’écoles élémentaires publiques).&#10;&#10;- pour plus d'informations sur cette table, vous pouvez consulter l'article dédié sur notre site (https://bdnb.io/documentation/usage_detaille_bdnb/)" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="batiment_groupe_id" nullable="false" remarks="Identifiant du groupe de bâtiment au sens de la BDNB" size="22" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="usage_niveau_1_bdnb" nullable="true" remarks="Usage de premier niveau&#10;Valeurs possibles :&#10;- 'Résidentiel individuel',&#10;- 'Résidentiel collectif',&#10;- 'Résidentiel indifférencié',&#10;- 'Tertiaire',&#10;- 'Primaire',&#10;- 'Secondaire',&#10;- 'Indifférencié',&#10;- 'Dépendance'" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="usage_niveau_2_bdnb" nullable="true" remarks="Usage de deuxième niveau&#10;Valeurs possibles :&#10;- 'administration',&#10;- 'agriculture, sylviculture et pêche',&#10;- 'armée',&#10;- 'bureau',&#10;- 'cave / grenier / remise',&#10;- 'commerce',&#10;- 'culte',&#10;- 'culture',&#10;- 'dépendance diverse',&#10;- 'énergie',&#10;- 'enseignement indifférencié',&#10;- 'enseignement primaire et secondaire',&#10;- 'entrepôt et logistique',&#10;- 'forces de l''ordre et sécurité civile',&#10;- 'garage / parking / box',&#10;- 'hébergement et restauration',&#10;- 'indifférencié',&#10;- 'industrie',&#10;- 'information et communication',&#10;- 'justice',&#10;- 'loisirs',&#10;- 'loisirs détente',&#10;- 'monument',&#10;- 'primaire indifférencié',&#10;- 'recherche et enseignement supérieur',&#10;- 'résidentiel collectif',&#10;- 'résidentiel indifférencié',&#10;- 'résidentiel individuel',&#10;- 'santé et social',&#10;- 'secondaire indifférencié',&#10;- 'service pour l''emploi et la formation',&#10;- 'service urbain',&#10;- 'services',&#10;- 'sport',&#10;- 'tertiaire indifférencié',&#10;- 'transport'" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="usage_niveau_3_bdnb" nullable="false" remarks="Usage de troisième niveau&#10;Valeurs possibles :&#10;- 'abbaye',&#10;- 'administration indifférenciée',&#10;- 'agriculture, sylviculture et pêche indifférenciée',&#10;- 'aire de repos, service ou triage', &#10;- 'artisanat',&#10;- 'autre service de l''enseignement supérieur et de la recherche',&#10;- 'autre service de l''éducation',&#10;- 'autre service des forces de l''ordre',&#10;- 'autre service judiciaire',&#10;- 'autre service médico-social',&#10;- 'autre établissement et service à caractère sanitaire',&#10;- 'basilique', &#10;- 'bibliothèque et médiathèque',&#10;- 'box',&#10;- 'buanderie',&#10;- 'bureau indifférencié',&#10;- 'bûcher',&#10;- 'cathédrale',&#10;- 'cave',&#10;- 'cellier',&#10;- 'centre de formation',&#10;- 'chapelle',&#10;- 'commerce indifférencié',&#10;- 'couvent',&#10;- 'culte indifférencié',&#10;- 'culture indifférenciée',&#10;- 'dépendance de local commun',&#10;- 'dépôt d''archives',&#10;- 'elément de pur agrément',&#10;- 'énergie indifférenciée',&#10;- 'enseignement du premier degré',&#10;- 'enseignement du second degré - premier cycle',&#10;- 'enseignement du second degré - second cycle',&#10;- 'enseignement indifférencié',&#10;- 'enseignement primaire et secondaire indifférencié',&#10;- 'enseignement primaire indifférencié',&#10;- 'enseignement secondaire indifférencié',&#10;- 'entreposage et services auxiliaires des transports',&#10;- 'entrepôsage et logistique indifférencié',&#10;- 'espace loisirs indifférencié',&#10;- 'espace sportif indifférencié',&#10;- 'espaces naturels et animaliers',&#10;- 'forces armées',&#10;- 'garage',&#10;- 'gendarmerie',&#10;- 'gestion de l''eau',&#10;- 'gestion des déchets',&#10;- 'gestion espaces naturels et animaliers',&#10;- 'gestion patrimoine historique',&#10;- 'grenier',&#10;- 'hébergement',&#10;- 'hébergement avec restauration',&#10;- 'hébergement et restauration indifférenciés',&#10;- 'hébergement sans restauration',&#10;- 'indifférencié',&#10;- 'industrie extractive',&#10;- 'industrie indifférenciée',&#10;- 'industrie manufacturière',&#10;- 'information et communication indifférenciée',&#10;- 'jardin d’hiver',&#10;- 'jeux d''hasard et argent',&#10;- 'justice indifférenciée',&#10;- 'logistique',&#10;- 'magasin de centre commercial',&#10;- 'magasin grande surface',&#10;- 'magasin très grande surface',&#10;- 'mairie',&#10;- 'maison individuelle',&#10;- 'maisons groupées',&#10;- 'marché',&#10;- 'monastère',&#10;- 'monument indifférencié',&#10;- 'mosquée',&#10;- 'musée et centre culturel',&#10;- 'parc d''attractions',&#10;- 'parking',&#10;- 'piscine',&#10;- 'pièce indépendante',&#10;- 'police',&#10;- 'presbytère',&#10;- 'production et stockage d''énergie',&#10;- 'recherche et enseignement supérieur indifférencié',&#10;- 'remise',&#10;- 'restauration',&#10;- 'résidentiel collectif',&#10;- 'résidentiel indifférencié',&#10;- 'salle de spectacles',&#10;- 'santé et social indifférencié',&#10;- 'sapeurs-pompiers',&#10;- 'secondaire indifférencié',&#10;- 'serre',&#10;- 'service administratif',&#10;- 'service administratif des forces armées',&#10;- 'service administratif du domaine de l''emploi et de la formation',&#10;- 'service administratif du domaine de l''éducation et de la recherche',&#10;- 'service administratif du domaine des forces de l''ordre et de la sécurité civile',&#10;- 'service administratif du domaine fiscal',&#10;- 'service administratif du domaine judiciaire',&#10;- 'service administratif du domaine médico-social',&#10;- 'service administratif du domaine économique',&#10;- 'service d''accueil des usagers',&#10;- 'service d''administration local',&#10;- 'service d''aide pour l''emploi',&#10;- 'service hospitalier',&#10;- 'service judiciaire et d''accueil du public',&#10;- 'services indifférencié',&#10;- 'station service',&#10;- 'synagogue',&#10;- 'temple',&#10;- 'terrasse',&#10;- 'tertiaire indifférencié',&#10;- 'théâtre',&#10;- 'transformateur',&#10;- 'transport aérien',&#10;- 'transport férroviaire',&#10;- 'transport indifférencié',&#10;- 'transport par conduites',&#10;- 'transport par eau',&#10;- 'transport terrestre',&#10;- 'tribunal',&#10;- 'télécommunication',&#10;- 'usine de génération d''énergie',&#10;- 'éducation et formation à usage culturel',&#10;- 'église',&#10;- 'énergie indifférenciée',&#10;- 'établissement et service de santé',&#10;- 'établissement industriel',&#10;- 'établissement médico-social pour personnes agées',&#10;- 'établissement médico-social pour personnes handicapées',&#10;- 'établissement pénitentiaire',&#10;- 'établissements pour la construction et le génie civil'" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="categorie_usage_propriete" nullable="true" remarks="Catégorie d'usage et de propriété du bâtiment. Cet indicateur couple les catégories d'usages à la typologie de propriétaire du bâtiment pour produire une segmentation du parc utilisé dans de nombreux cas d'usages. &#10;Valeurs possibles :&#10;- Résidentiel individuel social&#10;- Résidentiel individuel indifférencié&#10;- Résidentiel collectif social&#10;- Résidentiel collectif copropriété&#10;- Résidentiel collectif indifférencié&#10;- Tertiaire public indifférencié&#10;- Tertiaire indifférencié&#10;- Secondaire indifférencié&#10;- Dépendance indifférenciée&#10;- Indifférencié" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="l_denomination" nullable="true" remarks="Liste de dénominations des établissements - sous le même usage" size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="priorite" nullable="true" remarks="Niveaux de priorité sur l'usage basé sur les surfaces et/ou nombre de sources que renseignent sur l'usage. 1 correspond au usage prioritaire." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="service_public" nullable="true" remarks="Si service public identifié alors Vrai. Si non connu, null." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="l_sources" nullable="true" remarks="Liste de sources ayant servi à construire l'usage." size="2147483647" type="_text" typeCode="2003"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="niveau_fiabilite" nullable="true" remarks="Valeurs possibles :&#10;- très fiable&#10;- fiable&#10;- moyennement fiable&#10;- ou null" size="2147483647" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="s_loc_dep" nullable="true" remarks="Somme des surfaces de locaux de type `dépendance` liées à l'usage bâtiment [m²]" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="s_log" nullable="true" remarks="Surface totale des pièces d'habitation (en m²) - de cet usage du bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="s_loc_pro_tot" nullable="true" remarks="Somme des surfaces des parties principales, secondaires couvertes ou non, stationnements couverts ou non (`sprobati`) [m²] - hors parkings pour cet usage dans ce bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="s_loc_tot" nullable="true" remarks="Somme de stoth, stotdsueic, stotd, sprincp, ssecp, sparkp, sparkncp (`slocal`) [m²] - pour cet usage dans ce bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="pourcentage_s_loc_tot" nullable="true" remarks="Pourcentage de la surface des locaux pour cet usage par rapport au total des surfaces de locaux du bâtiment" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="nb_log" nullable="true" remarks="Nombre de logements associés au couple batiment groupe usage" size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="nb_loc" nullable="true" remarks="Nombre de locaux associés au couple batiment groupe usage" size="10" type="int4" typeCode="4"/>
         <primaryKey column="batiment_groupe_id" sequenceNumberInPK="1"/>
         <primaryKey column="usage_niveau_3_bdnb" sequenceNumberInPK="2"/>
         <index name="rel_batiment_groupe_usage__dbt_tmp_pkey1" unique="true">
            <column ascending="true" name="batiment_groupe_id"/>
            <column ascending="true" name="usage_niveau_3_bdnb"/>
         </index>
         <index name="401b711d2b4a1ea74e9180df91dd6650" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="820efd88b67c9267082f90ee0b2d3414" unique="false">
            <column ascending="true" name="usage_niveau_1_bdnb"/>
         </index>
         <index name="d19bba73267b288d4340cf2c88ae79ab" unique="false">
            <column ascending="true" name="usage_niveau_2_bdnb"/>
         </index>
      </table>
      <table name="rel_parcelle_sitadel" numRows="3628354" remarks="Table de relation entre les identifiants des parcelles et les identifiants de demande d'autorisation d'urbanisme (DAU)&#10;de la base de données Sitadel." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="type_numero_dau" nullable="false" remarks="Concatenation du type de demande d'autorisation d'urbanisme (DAU) et le numéro de DAU.&#10;Combinaisons possibles : &#10;- permis de construire (PC) et déclarations préalables (DP) de création de logements et/ou locaux &gt; `PC + numéro &#10;  DAU` ou `DP + numéro DAU`&#10;- permis de démolir (PD) &gt; `PD + numéro DAU`&#10;- permis d'aménager (PA) &gt; `PA + numéro DAU`" size="15" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="parcelle_id" nullable="false" remarks="(ffo:idpar) Identifiant de parcelle (Concaténation de ccodep, ccocom, ccopre, ccosec, dnupla)" size="14" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="dau_monoparcelle" nullable="true" remarks="Indique si la demande d'autorisation d'urbanisme (DAU) ne concerne qu'une unique parcelle." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="type_appariement" nullable="true" remarks="Type de croisement final. Prend les valeurs 'parcelle', 'adresse', 'parcelle + adresse' ou 'non apparie'." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="fiabilite_appariement" nullable="true" remarks="Fiabilité du croisement des données d'autorisation d'urbanisme SITADEL avec la BDNB, prend les valeurs - 'très &#10;fiable' ou 'fiable'." size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="type_numero_dau" sequenceNumberInPK="1"/>
         <primaryKey column="parcelle_id" sequenceNumberInPK="2"/>
         <index name="rel_parcelle_sitadel__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="type_numero_dau"/>
            <column ascending="true" name="parcelle_id"/>
         </index>
         <index name="927d7b067469e6b105e5fc19b1f3b943" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
      </table>
      <table name="siren" numRows="29331050" remarks="Cette table est un croisement de plusieurs bases documentant des entreprises enregistrées dans SIREN. Il s'agit donc d'une base SIREN &quot;enrichie&quot;&#10;Dans cette table, il est documenté les éléments suivants &#10;&#10;- l'entreprise est un bailleur social identifié dans le RPLS&#10;- l'entreprise est une personne morale propriétaire de bâtiments dans les fichiers fonciers" schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="siren" nullable="false" remarks="Numéro de SIREN d'une entreprise, un organisme public ou privé, une personne physique ayant une activité économique indépendante non salariée ou une association ayant des activités en France" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="siren_dans_sirene" nullable="true" remarks="Le Siren est présent dans la base sirene." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="siren_dans_fichiers_fonciers" nullable="true" remarks="Le siren est présent dans les fichiers fonciers." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="siren_dans_rpls" nullable="true" remarks="Le siren est présent dans la base du RPLS." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="denomination_personne_morale" nullable="true" remarks="Dénomination de l'entité identifiée par un SIREN" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="categorie_juridique_unite_legale" nullable="true" remarks="Code décrivant la forme juridique de l'unité légale.&#10;Pour une personne physique, la valeur est toujours 1000 (invariable).&#10;Pour une personne morale, elle correspond à la forme juridique (ex. : SARL, SAS, SA) et peut évoluer au cours du temps." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="categorie_juridique_public" nullable="true" remarks="Indicateur booléen identifiant si l'unité légale appartient au secteur public.&#10;La valeur est TRUE lorsque le code de catégorie juridique commence par 4 ou 7, sinon FALSE." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="cat_org" nullable="true" remarks="Catégorie de l'organisation selon la base RPLS." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="cat_org_simplifie" nullable="true" remarks="catégorie de l'organisation - simplifiée" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="personne_type" nullable="true" remarks="Permet de différencier les personnes physiques des personnes morales." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="date_creation" nullable="true" remarks="La date de création de l'unité légale - correspond à la&#10;          date qui figure dans la déclaration déposée au Centres de Formalités des Entreprises&#10;          (CFE) compétent." size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="date_dernier_traitement" nullable="true" remarks="Date du dernier traitement de l'unité légale dans le répertoire&#10;          Sirene." size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="etat_administratif_actif" nullable="true" remarks="Etat administratif de l'unité légale (siren). Si l'unité&#10;          légale est signalé comme active alors la variable est indiquée comme 'Vrai'." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="bailleur_social" nullable="true" remarks="La sirène a été reconnue comme étant celui d'un organisme de logement social." size="1" type="bool" typeCode="-7"/>
         <primaryKey column="siren" sequenceNumberInPK="1"/>
         <index name="siren__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="siren"/>
         </index>
      </table>
      <table name="siret" numRows="41282472" remarks="Table des établissements SIRET issus de la base SIRENE." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="siret" nullable="false" remarks="Siret de l'établissement." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="siren" nullable="true" remarks="Numéro de SIREN d'une entreprise, un organisme public ou privé, une personne physique ayant une activité économique indépendante non salariée ou une association ayant des activités en France" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="nic" nullable="true" remarks="Numéro interne de classement (Nic) de l'établissement siège&#10;        de l'etablissement." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="code_activite_principale" nullable="true" remarks="Code de l'activité principale de l'établissement, lors de&#10;        son inscription au répertoire APET. Il permet l'identification de la branche&#10;        d'activité principale pour chaque établissement." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="libelle_activite_principale" nullable="true" remarks="Libellé de l'activité principale de l'établissement, lors&#10;        de son inscription au répertoire APET." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="activite_registre_metier" nullable="true" remarks="Activité principale de l'établissement au Registre des Métiers.&#10;        Cette variable, complémentaire à l'activité principale de l'établissement,&#10;        ne concerne que les établissements relevant de l'artisanat (artisans, artisans-commerçants&#10;        et sociétés artisanales). Elle caractérise l'activité selon la Nomenclature&#10;        d'Activités Française de l'Artisanat (NAFA). La variable n'est pas disponible&#10;        au niveau unité légale." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="denomination_etablissement" nullable="true" remarks="Cette variable désigne le nom sous lequel l'établissement&#10;        est connu du grand public (nom commercial de l'établissement)." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="date_creation" nullable="true" remarks="La date de création de l'établissement - correspond à la&#10;        date qui figure dans la déclaration déposée au Centres de Formalités des Entreprises&#10;        (CFE) compétent." size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="date_dernier_traitement" nullable="true" remarks="Date du dernier traitement de l'établissement dans le répertoire Sirene." size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="etat_administratif_actif" nullable="true" remarks="Etat administratif de l'établissement. Si l'établissement&#10;        est signalé comme actif alors la variable est indiquée comme 'Vrai'." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="siege_social" nullable="true" remarks="Indique si l'etablissement est le siège social" size="1" type="bool" typeCode="-7"/>
         <primaryKey column="siret" sequenceNumberInPK="1"/>
         <index name="siret__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="siret"/>
         </index>
         <index name="11d095c2a8b1e29a3a3d3cd3fee9bf8c" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="f9e6656c43bfc5a374f00601550edb43" unique="false">
            <column ascending="true" name="siren"/>
         </index>
      </table>
      <table name="sitadel" numRows="2657059" remarks="Table de compilation des données Sitadel, cela inclut l'ensemble des demandes d'autorisation d'urbanisme (DAU) :&#10;- permis de construire (PC) et déclarations préalables (DP) de création de logements et/ou locaux, &#10;- permis de démolir (PD)&#10;- permis d'aménager (PA)." schema="bdnb_v07" type="TABLE">
         <column autoUpdated="false" defaultValue="null" digits="0" id="0" name="type_numero_dau" nullable="false" remarks="Concatenation du type de demande d'autorisation d'urbanisme (DAU) et le numéro de DAU.&#10;Combinaisons possibles : &#10;- permis de construire (PC) et déclarations préalables (DP) de création de logements et/ou locaux &gt; `PC + numéro &#10;  DAU` ou `DP + numéro DAU`&#10;- permis de démolir (PD) &gt; `PD + numéro DAU`&#10;- permis d'aménager (PA) &gt; `PA + numéro DAU`" size="15" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="1" name="code_departement_insee" nullable="true" remarks="Code département INSEE" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="2" name="code_commune_insee" nullable="true" remarks="Code INSEE de la commune" size="5" type="varchar" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="3" name="creation_local" nullable="true" remarks="Demande d'autorisation d'urbanisme spécifique pour la création de locaux." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="4" name="creation_logement" nullable="true" remarks="Demande d'autorisation d'urbanisme spécifique pour la création de logements." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="5" name="permis_demolir" nullable="true" remarks="Demande d'autorisation d'urbanisme spécifique pour réaliser une démolition." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="6" name="permis_amenager" nullable="true" remarks="Demande d'autorisation d'urbanisme spécifique pour réaliser un aménagement." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="7" name="etat_avancement_projet" nullable="true" remarks="Etat d'avancement du projet (Autorisé, Commencé, Terminé). Les projets annulés ne sont pas contenus dans cette &#10;compilation." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="8" name="date_reelle_autorisation" nullable="true" remarks="Date réelle d'autorisation (Permis de Construire) ou de non-opposition (Déclaration Préalable) initiale. Date de décision relative à la demande initiale, sans prise en compte d'éventuels modificatifs." size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="9" name="date_reelle_ouverture_chantier" nullable="true" remarks="Date réelle d'ouverture de chantier." size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="10" name="date_reelle_achevement_travaux" nullable="true" remarks="Date réelle d'achèvement des travaux." size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="11" name="annee_depot_dau" nullable="true" remarks="Année de dépôt de la demande d'autorisation d'urbanisme." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="12" name="dpc_derniere_maj" nullable="true" remarks="Date (mois) de prise en compte (DPC) de dernière mise à jour des données." size="13" type="date" typeCode="91"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="13" name="code_activite_principale_demandeur" nullable="true" remarks="Code d'activité principale de l'établissement d'un demandeur (maître d'ouvrage) avéré en tant que personne morale - Nomenclature Naf Rév2" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="14" name="categorie_juridique_demandeur" nullable="true" remarks="Catégorie juridique d'un demandeur (maître d'ouvrage) avéré en tant que personne morale - Nomenclature Sirène." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="15" name="denomination_demandeur" nullable="true" remarks="Dénomination d'un demandeur (maître d'ouvrage) avéré en tant que personne morale." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="16" name="siren_demandeur" nullable="true" remarks="Numéro SIREN d'un demandeur (maître d'ouvrage) avéré en tant que personne morale." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="17" name="siret_demandeur" nullable="true" remarks="Numéro SIRET d'un demandeur (maître d'ouvrage) avéré en tant que personne morale." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="18" name="superficie_terrain" nullable="true" remarks="Superficie du terrain." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="19" name="nature_projet" nullable="true" remarks="Nature de projet détaillée : &#10;- nouvelle construction, &#10;- travaux sur construction existante&#10;    * transformation sans extension ni diminution de surface (inclut les changements de destination, réhabilitations, scissions/regroupements de logements ...), &#10;    * transformation avec extension de surface, &#10;    * transformation avec diminution de surface, &#10;    * extension de surface sans transformation, &#10;    * diminution de surface sans transformation&#10;N.B. Il s'agit du projet complété ou par défaut du projet déclaré" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="20" name="destination_principale" nullable="true" remarks="Destination principale des surfaces créées : &#10;- résidentiel, &#10;- non résidentiel&#10;  * hébergement hôtelier, &#10;  * bureaux, &#10;  * commerce,&#10;  * artisanat, &#10;  * industrie, &#10;  * agriculture, &#10;  * entrepôt, &#10;  * service public ou d'intérêt collectif&#10;N.B. Quand le détail du non résidentiel n'est pas donnée, seulement est indiqué 'non résidentiel', sinon, les &#10;    catégories sont détaillées." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="21" name="type_princip_logts_crees" nullable="true" remarks="Type principal des logements créés :&#10;- un logement individuel,&#10;- plusieurs logements individuels,&#10;- collectif hors résidence,&#10;- résidence&#10;N.B. Type principal selon le nombre de logements créés : il peut donc y avoir des logements individuels dans un permis de type &quot;collectif hors résidences&quot;" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="22" name="type_transfo_principal" nullable="true" remarks="Type principal de transformation :&#10;- transformation de locaux en logements (changement de destination), &#10;- transformation de logements (réhabilitation, scission, regroupement ...), &#10;- transformation de logements en locaux non résidentiels (changement de destination), &#10;- transformation de locaux non résidentiels (changement de destination, réhabilitation, scission, regroupement ...)" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="23" name="type_princip_locaux_transformes" nullable="true" remarks="Type principal des locaux d'origine transformés :&#10;- résidentiel, &#10;- non résidentiel, &#10;  * hébergement hôtelier, &#10;  * bureaux, &#10;  * commerce, &#10;  * artisanat, &#10;  * industrie, &#10;  * agriculture, &#10;  * entrepôt, &#10;  * service public ou d'intérêt collectif&#10;N.B. Quand le détail du non résidentiel n'est pas donnée, seulement est indiqué 'non résidentiel', sinon, les catégories sont détaillées." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="24" name="indicateur_extension" nullable="true" remarks="Indicateur pour la présence d'une extension." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="25" name="indicateur_surelevation_ou_nivsupp" nullable="true" remarks="Indicateur pour la présence d'une surélévation ou d'un niveau supérieur." size="1" type="bool" typeCode="-7"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="26" name="residence_princip_ou_second" nullable="true" remarks="Type d'habitation principale ou secondaire. Valable que si occupation personnelle :&#10;- résidence principale&#10;- résidence secondaire" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="27" name="type_annexe" nullable="true" remarks="Type d'annexe&#10;- Piscine, &#10;- Garage, &#10;- Véranda, &#10;- Abri de Jardin, &#10;- Autre annexe, &#10;- plusieurs annexes,&#10;- pas d’annexe" size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="28" name="residence" nullable="true" remarks="Type de résidence &#10;- res pour personnes âgées, &#10;- res étudiantes, &#10;- res de tourisme,&#10;- res hôtelière à vocation sociale,&#10;- res sociale, &#10;- res pour handicapés, &#10;- autre res, &#10;- projet mixte, &#10;N.B.: Pour les projets mixtes (logements ordinaires / résidence), traitement interne Sitadel pour ce que cette &#10;catégorie ne soit définie que si la résidence représente la majorité des logements du projet." size="2147483647" type="text" typeCode="12"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="29" name="nb_log_tot_crees" nullable="true" remarks="Nombre total de logements créés.&#10;N.B.: Une transformation d'un 3 pièces en 2 studios est généralement considérée comme créant 2 logements." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="30" name="nb_log_individuels_crees" nullable="true" remarks="Nombre de logements individuels créés.&#10;N.B.: Une maison individuelle peut comporter 2 logements individuels (au maximum)." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="31" name="nb_log_collectifs_crees" nullable="true" remarks="Nombre de logements collectifs créés.&#10;N.B.: Les logements collectifs font partie d’un bâtiment dans lequel sont superposés plus de deux logements distincts &#10;dont l'accès nécessite d'emprunter des parties communes." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="32" name="nb_log_demolis" nullable="true" remarks="Nombre de logements démolis.&#10;N.B. Insuffisamment renseigné." size="10" type="int4" typeCode="4"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="33" name="s_hab_avant" nullable="true" remarks="Surface de plancher de la destination ' Habitation ' existante avant travaux" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="34" name="s_hab_creee" nullable="true" remarks="Surface de plancher de la destination ' Habitation ' nouvelle construite.&#10;N.B.: Lorsque le projet crée des chambres (sans coin cuisine indépendant) et non des logements, on utilise plutôt la &#10;destination &quot;Hébergement hôtelier&quot; ou &quot;Service Public&quot; dans Sitadel plutôt que la destination &quot;Habitation&quot;." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="35" name="s_hab_issue_transfo" nullable="true" remarks="Surface de plancher de la destination ' Habitation ' issue d'une transformation (changement de destination, &#10;réhabilitation, scission, regroupement …).&#10;N.B.: Surface issue d'un changement de destination ou d'un mouvement interne (cas où les surfaces supprimée et créée &#10;sont identiques sur une même ligne, qui correspondent le plus souvent à des réhabilitations, scissions, regroupements …)." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="36" name="s_hab_demolie" nullable="true" remarks="Surface de plancher de la destination ' Habitation ' supprimée (démolie)" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="37" name="s_hab_transformee" nullable="true" remarks="Surface de plancher de la destination ' Habitation ' transformée (changement de destination, réhabilitation, &#10;scission, regroupement ...).&#10;N.B.: Surface issue d'un changement de destination ou d'un mouvement interne (cas où les surfaces supprimée et créée &#10;sont identiques sur une même ligne, qui correspondent le plus souvent à des réhabilitations, scissions, regroupements …)." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="38" name="s_loc_avant" nullable="true" remarks="Surface de plancher de locaux non résidentiels existante avant travaux.&#10;Total des surfaces des destinations autres que d'habitation." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="39" name="s_loc_creee" nullable="true" remarks="Surface de plancher de locaux non résidentiels nouvelle construite.&#10;Total des surfaces des destinations autres que d'habitation." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="40" name="s_loc_issue_transfo" nullable="true" remarks="Surface de plancher de locaux non résidentiels issue d'une transformation (changement &#10;de destination, réhabilitation, scission, regroupement …).&#10;Total des surfaces des destinations autres que d'habitation." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="41" name="s_loc_demolie" nullable="true" remarks="Surface de plancher de locaux non résidentiels démolie.&#10;Total des surfaces des destinations autres que d'habitation" size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="3" id="42" name="s_loc_transformee" nullable="true" remarks="Surface de plancher de locaux non résidentiels transformée (changement de destination,&#10;réhabilitation, scission, regroupement ...).&#10;Total des surfaces des destinations autres que d'habitation." size="17" type="numeric" typeCode="2"/>
         <column autoUpdated="false" defaultValue="null" digits="0" id="43" name="type_service_public" nullable="true" remarks="Type de service public ou d'intérêt collectif : &#10;- Transport, &#10;- Enseignement et recherche, &#10;- Santé, &#10;- Action sociale, &#10;- Ouvrage spécial, &#10;- Culture et loisir, &#10;- Plusieurs types renseignés" size="2147483647" type="text" typeCode="12"/>
         <primaryKey column="type_numero_dau" sequenceNumberInPK="1"/>
         <index name="sitadel__dbt_tmp_pkey" unique="true">
            <column ascending="true" name="type_numero_dau"/>
         </index>
         <index name="90ccaaaad985736cf17603039c620b78" unique="false">
            <column ascending="true" name="code_commune_insee"/>
         </index>
         <index name="c62feda9b96acbd0e157d59f6f59311d" unique="false">
            <column ascending="true" name="code_departement_insee"/>
         </index>
         <index name="ea3df4a0ffe75b7bd6e30ef048c1c264" unique="false">
            <column ascending="true" name="type_numero_dau"/>
         </index>
      </table>
   </tables>
</database>
