| 1 |
0.61 ms |
SELECT t0.id AS id_4, t0.email AS email_5, t0.roles AS roles_6, t0.password AS password_7, t0.token_password AS token_password_8, t0.token_activate AS token_activate_9, t0.nom AS nom_10, t0.prenom AS prenom_11, t0.created_at AS created_at_12, t0.the_statut_id AS the_statut_id_13, t0.mobile AS mobile_14, t0.reference AS reference_15, t0.the_type_id AS the_type_id_16, t0.the_role_principal_id AS the_role_principal_id_17, t0.photo AS photo_18, t0.updated_at AS updated_at_19, t0.discr, t2.tarif_horaire AS tarif_horaire_20, t2.client_id AS client_id_21, t3.client_id AS client_id_22, t3.bailleur_id AS bailleur_id_23 FROM user t0 LEFT JOIN user_admin t1 ON t0.id = t1.id LEFT JOIN user_client t2 ON t0.id = t2.id LEFT JOIN user_bailleur t3 ON t0.id = t3.id WHERE t0.id = ?
SELECT t0.id AS id_4, t0.email AS email_5, t0.roles AS roles_6, t0.password AS password_7, t0.token_password AS token_password_8, t0.token_activate AS token_activate_9, t0.nom AS nom_10, t0.prenom AS prenom_11, t0.created_at AS created_at_12, t0.the_statut_id AS the_statut_id_13, t0.mobile AS mobile_14, t0.reference AS reference_15, t0.the_type_id AS the_type_id_16, t0.the_role_principal_id AS the_role_principal_id_17, t0.photo AS photo_18, t0.updated_at AS updated_at_19, t0.discr, t2.tarif_horaire AS tarif_horaire_20, t2.client_id AS client_id_21, t3.client_id AS client_id_22, t3.bailleur_id AS bailleur_id_23 FROM user t0 LEFT JOIN user_admin t1 ON t0.id = t1.id LEFT JOIN user_client t2 ON t0.id = t2.id LEFT JOIN user_bailleur t3 ON t0.id = t3.id WHERE t0.id = 6;
|
| 2 |
0.44 ms |
SELECT t0.id AS id_1, t0.the_action_id AS the_action_id_2, t0.the_user_role_id AS the_user_role_id_3, t0.the_module_id AS the_module_id_4 FROM permission t0 WHERE t0.the_user_role_id = ?
Parameters: [
"ROLE_CLIENT_DIRECTION"
]
SELECT t0.id AS id_1, t0.the_action_id AS the_action_id_2, t0.the_user_role_id AS the_user_role_id_3, t0.the_module_id AS the_module_id_4 FROM permission t0 WHERE t0.the_user_role_id = 'ROLE_CLIENT_DIRECTION';
|
| 3 |
0.27 ms |
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.raison_sociale AS raison_sociale_3, t0.siret AS siret_4, t0.reference_index AS reference_index_5, t0.telephone AS telephone_6, t0.logo AS logo_7, t0.updated_at AS updated_at_8, t0.email AS email_9, t0.the_statut_id AS the_statut_id_10, t0.secteurs_id AS secteurs_id_11, t0.client_id AS client_id_12 FROM bailleurs t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.raison_sociale AS raison_sociale_3, t0.siret AS siret_4, t0.reference_index AS reference_index_5, t0.telephone AS telephone_6, t0.logo AS logo_7, t0.updated_at AS updated_at_8, t0.email AS email_9, t0.the_statut_id AS the_statut_id_10, t0.secteurs_id AS secteurs_id_11, t0.client_id AS client_id_12 FROM bailleurs t0 WHERE t0.id = 29;
|
| 4 |
2.18 ms |
SELECT count(DISTINCT i0_.id) AS sclr_0 FROM intervention_site i0_ LEFT JOIN adresses a1_ ON i0_.adresse_id = a1_.id WHERE i0_.client_id = ? AND i0_.bailleur_id = ?
SELECT count(DISTINCT i0_.id) AS sclr_0 FROM intervention_site i0_ LEFT JOIN adresses a1_ ON i0_.adresse_id = a1_.id WHERE i0_.client_id = 1 AND i0_.bailleur_id = 29;
|
| 5 |
1.66 ms |
SELECT DISTINCT i0_.id AS id_0 FROM intervention_site i0_ LEFT JOIN adresses a1_ ON i0_.adresse_id = a1_.id WHERE i0_.client_id = ? AND i0_.bailleur_id = ? LIMIT 35 OFFSET 420
SELECT DISTINCT i0_.id AS id_0 FROM intervention_site i0_ LEFT JOIN adresses a1_ ON i0_.adresse_id = a1_.id WHERE i0_.client_id = 1 AND i0_.bailleur_id = 29 LIMIT 35 OFFSET 420;
|
| 6 |
0.63 ms |
SELECT i0_.id AS id_0, i0_.nom AS nom_1, i0_.the_statut_id AS the_statut_id_2, i0_.reference AS reference_3, i0_.reference_index AS reference_index_4, i0_.reference_bailleur AS reference_bailleur_5, i0_.bailleur_id AS bailleur_id_6, i0_.adresse_id AS adresse_id_7, i0_.client_id AS client_id_8, i0_.agence_id AS agence_id_9 FROM intervention_site i0_ LEFT JOIN adresses a1_ ON i0_.adresse_id = a1_.id WHERE i0_.client_id = ? AND i0_.bailleur_id = ? AND i0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
1
29
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
]
SELECT
i0_.id AS id_0,
i0_.nom AS nom_1,
i0_.the_statut_id AS the_statut_id_2,
i0_.reference AS reference_3,
i0_.reference_index AS reference_index_4,
i0_.reference_bailleur AS reference_bailleur_5,
i0_.bailleur_id AS bailleur_id_6,
i0_.adresse_id AS adresse_id_7,
i0_.client_id AS client_id_8,
i0_.agence_id AS agence_id_9
FROM
intervention_site i0_
LEFT JOIN adresses a1_ ON i0_.adresse_id = a1_.id
WHERE
i0_.client_id = ?
AND i0_.bailleur_id = ?
AND i0_.id IN (
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?
)
SELECT i0_.id AS id_0, i0_.nom AS nom_1, i0_.the_statut_id AS the_statut_id_2, i0_.reference AS reference_3, i0_.reference_index AS reference_index_4, i0_.reference_bailleur AS reference_bailleur_5, i0_.bailleur_id AS bailleur_id_6, i0_.adresse_id AS adresse_id_7, i0_.client_id AS client_id_8, i0_.agence_id AS agence_id_9 FROM intervention_site i0_ LEFT JOIN adresses a1_ ON i0_.adresse_id = a1_.id WHERE i0_.client_id = 1 AND i0_.bailleur_id = 29 AND i0_.id IN (853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887);
|
| 7 |
0.67 ms |
SELECT b0_.id AS id_0, b0_.reference AS reference_1, b0_.raison_sociale AS raison_sociale_2, b0_.siret AS siret_3, b0_.reference_index AS reference_index_4, b0_.telephone AS telephone_5, b0_.logo AS logo_6, b0_.updated_at AS updated_at_7, b0_.email AS email_8, b0_.the_statut_id AS the_statut_id_9, b0_.secteurs_id AS secteurs_id_10, b0_.client_id AS client_id_11 FROM bailleurs b0_ LEFT JOIN bailleurs_adresses b2_ ON b0_.id = b2_.bailleurs_id LEFT JOIN adresses a1_ ON a1_.id = b2_.adresses_id WHERE b0_.client_id = ?
SELECT b0_.id AS id_0, b0_.reference AS reference_1, b0_.raison_sociale AS raison_sociale_2, b0_.siret AS siret_3, b0_.reference_index AS reference_index_4, b0_.telephone AS telephone_5, b0_.logo AS logo_6, b0_.updated_at AS updated_at_7, b0_.email AS email_8, b0_.the_statut_id AS the_statut_id_9, b0_.secteurs_id AS secteurs_id_10, b0_.client_id AS client_id_11 FROM bailleurs b0_ LEFT JOIN bailleurs_adresses b2_ ON b0_.id = b2_.bailleurs_id LEFT JOIN adresses a1_ ON a1_.id = b2_.adresses_id WHERE b0_.client_id = 1;
|
| 8 |
0.32 ms |
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.raison_sociale AS raison_sociale_3, t0.siret AS siret_4, t0.reference_index AS reference_index_5, t0.telephone AS telephone_6, t0.logo AS logo_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.email AS email_10, t0.the_statut_id AS the_statut_id_11, t0.stripe_customer_id AS stripe_customer_id_12, t0.sous_domaine AS sous_domaine_13, t0.capital AS capital_14, t0.num_tva_intra AS num_tva_intra_15, t0.footer_devis AS footer_devis_16, t0.secteurs_id AS secteurs_id_17 FROM clients t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.raison_sociale AS raison_sociale_3, t0.siret AS siret_4, t0.reference_index AS reference_index_5, t0.telephone AS telephone_6, t0.logo AS logo_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.email AS email_10, t0.the_statut_id AS the_statut_id_11, t0.stripe_customer_id AS stripe_customer_id_12, t0.sous_domaine AS sous_domaine_13, t0.capital AS capital_14, t0.num_tva_intra AS num_tva_intra_15, t0.footer_devis AS footer_devis_16, t0.secteurs_id AS secteurs_id_17 FROM clients t0 WHERE t0.id = 1;
|
| 9 |
0.34 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 894;
|
| 10 |
0.28 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 853;
|
| 11 |
0.50 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 853 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 12 |
0.60 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 853;
|
| 13 |
0.25 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 895;
|
| 14 |
0.24 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 854;
|
| 15 |
0.32 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 854 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 16 |
0.29 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 854;
|
| 17 |
0.22 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 896;
|
| 18 |
0.20 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 855;
|
| 19 |
0.25 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 855 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 20 |
0.22 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 855;
|
| 21 |
0.18 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 897;
|
| 22 |
0.16 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 856;
|
| 23 |
0.28 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 856 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 24 |
0.24 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 856;
|
| 25 |
0.24 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 898;
|
| 26 |
0.20 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 857;
|
| 27 |
0.25 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 857 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 28 |
0.21 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 857;
|
| 29 |
0.20 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 899;
|
| 30 |
0.25 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 858;
|
| 31 |
0.45 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 858 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 32 |
0.29 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 858;
|
| 33 |
0.23 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 900;
|
| 34 |
0.27 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 859;
|
| 35 |
0.32 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 859 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 36 |
0.27 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 859;
|
| 37 |
0.20 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 901;
|
| 38 |
0.21 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 860;
|
| 39 |
0.21 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 860 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 40 |
0.23 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 860;
|
| 41 |
0.27 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 902;
|
| 42 |
0.21 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 861;
|
| 43 |
0.22 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 861 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 44 |
0.23 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 861;
|
| 45 |
0.23 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 903;
|
| 46 |
0.22 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 862;
|
| 47 |
0.22 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 862 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 48 |
0.22 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 862;
|
| 49 |
0.21 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 904;
|
| 50 |
0.17 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 863;
|
| 51 |
0.27 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 863 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 52 |
0.23 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 863;
|
| 53 |
0.19 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 905;
|
| 54 |
0.20 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 864;
|
| 55 |
0.30 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 864 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 56 |
0.25 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 864;
|
| 57 |
0.21 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 906;
|
| 58 |
0.26 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 865;
|
| 59 |
1.09 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 865 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 60 |
0.32 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 865;
|
| 61 |
0.24 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 907;
|
| 62 |
0.22 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 866;
|
| 63 |
0.43 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 866 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 64 |
0.23 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 866;
|
| 65 |
0.21 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 908;
|
| 66 |
0.18 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 867;
|
| 67 |
0.22 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 867 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 68 |
0.22 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 867;
|
| 69 |
0.19 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 909;
|
| 70 |
0.19 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 868;
|
| 71 |
0.31 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 868 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 72 |
0.35 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 868;
|
| 73 |
0.22 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 910;
|
| 74 |
0.19 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 869;
|
| 75 |
0.21 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 869 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 76 |
0.21 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 869;
|
| 77 |
0.19 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 911;
|
| 78 |
0.19 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 870;
|
| 79 |
0.21 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 870 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 80 |
0.23 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 870;
|
| 81 |
0.27 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 912;
|
| 82 |
0.22 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 871;
|
| 83 |
0.49 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 871 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 84 |
0.35 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 871;
|
| 85 |
0.23 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 913;
|
| 86 |
0.24 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 872;
|
| 87 |
0.29 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 872 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 88 |
0.24 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 872;
|
| 89 |
0.21 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 914;
|
| 90 |
0.20 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 873;
|
| 91 |
0.27 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 873 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 92 |
0.23 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 873;
|
| 93 |
0.20 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 915;
|
| 94 |
0.25 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 874;
|
| 95 |
0.42 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 874 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 96 |
0.27 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 874;
|
| 97 |
0.21 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 916;
|
| 98 |
0.24 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 875;
|
| 99 |
0.29 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 875 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 100 |
0.23 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 875;
|
| 101 |
0.19 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 917;
|
| 102 |
0.28 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 876;
|
| 103 |
0.28 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 876 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 104 |
0.26 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 876;
|
| 105 |
0.18 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 918;
|
| 106 |
0.19 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 877;
|
| 107 |
0.30 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 877 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 108 |
0.22 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 877;
|
| 109 |
0.21 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 919;
|
| 110 |
0.23 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 878;
|
| 111 |
0.33 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 878 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 112 |
0.21 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 878;
|
| 113 |
0.27 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 920;
|
| 114 |
0.21 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 879;
|
| 115 |
0.34 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 879 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 116 |
0.38 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 879;
|
| 117 |
0.28 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 921;
|
| 118 |
0.22 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 880;
|
| 119 |
0.34 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 880 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 120 |
0.26 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 880;
|
| 121 |
0.25 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 922;
|
| 122 |
0.20 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 881;
|
| 123 |
0.23 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 881 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 124 |
0.26 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 881;
|
| 125 |
0.22 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 923;
|
| 126 |
0.19 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 882;
|
| 127 |
0.23 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 882 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 128 |
0.23 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 882;
|
| 129 |
0.20 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 924;
|
| 130 |
0.20 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 883;
|
| 131 |
0.24 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 883 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 132 |
0.27 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 883;
|
| 133 |
0.18 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 925;
|
| 134 |
0.22 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 884;
|
| 135 |
0.27 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 884 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 136 |
0.30 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 884;
|
| 137 |
0.20 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 926;
|
| 138 |
0.22 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 885;
|
| 139 |
0.27 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 885 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 140 |
0.25 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 885;
|
| 141 |
0.19 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 927;
|
| 142 |
0.23 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 886;
|
| 143 |
0.28 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 886 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 144 |
0.31 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 886;
|
| 145 |
0.22 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.rue AS rue_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5, t0.pays AS pays_6, t0.complement AS complement_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.the_type_id AS the_type_id_10 FROM adresses t0 WHERE t0.id = 928;
|
| 146 |
0.19 ms |
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = ?
SELECT t0.id AS id_1, t0.information_acces AS information_acces_2, t0.commande_id AS commande_id_3, t0.intervention_site_id AS intervention_site_id_4, t0.contact_id AS contact_id_5 FROM commande_site t0 WHERE t0.intervention_site_id = 887;
|
| 147 |
0.42 ms |
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = ? ORDER BY t0.etage ASC, t0.numero ASC
SELECT t0.id AS id_1, t0.etage AS etage_2, t0.numero AS numero_3, t0.type_id AS type_id_4, t0.pieces_nb AS pieces_nb_5, t0.reference AS reference_6, t0.surface AS surface_7, t0.occupant_id AS occupant_id_8, t0.intervention_site_id AS intervention_site_id_9 FROM lieu t0 WHERE t0.intervention_site_id = 887 ORDER BY t0.etage ASC, t0.numero ASC;
|
| 148 |
0.31 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.fonction_id AS fonction_id_6, t0.bailleurs_id AS bailleurs_id_7, t0.client_id AS client_id_8 FROM contacts t0 INNER JOIN intervention_site_contacts ON t0.id = intervention_site_contacts.contacts_id WHERE intervention_site_contacts.intervention_site_id = 887;
|