| 3 |
58.86 ms |
SELECT s0_.id AS id_0, s0_.libelle AS libelle_1, p1_.id AS id_2, p1_.property_name AS property_name_3, p1_.commune AS commune_4, p1_.surface_totale AS surface_totale_5, p1_.contract_name AS contract_name_6, p1_.adresse_1 AS adresse_1_7, p1_.adresse_2 AS adresse_2_8, p1_.code_postal AS code_postal_9, i2_.id AS id_10, i2_.libelle AS libelle_11, p3_.id AS id_12, p3_.libelle AS libelle_13, p3_.description AS description_14, p3_.surface AS surface_15, p3_.cepage AS cepage_16, p3_.cdc AS cdc_17, p3_.annee AS annee_18, p3_.ecartement AS ecartement_19, p3_.num AS num_20, p3_.znt AS znt_21, p3_.dsppr AS dsppr_22, p3_.dvp AS dvp_23, p4_.id AS id_24, p4_.libelle AS libelle_25, p4_.description AS description_26, p4_.surface AS surface_27, p4_.cepage AS cepage_28, p4_.cdc AS cdc_29, p4_.annee AS annee_30, p4_.ecartement AS ecartement_31, p4_.num AS num_32, p4_.znt AS znt_33, p4_.dsppr AS dsppr_34, p4_.dvp AS dvp_35, s0_.property_id AS property_id_36, p1_.departement_id AS departement_id_37, p1_.main_consultant_id AS main_consultant_id_38, i2_.secteur_id AS secteur_id_39, i2_.property_id AS property_id_40, p3_.ilot_id AS ilot_id_41, p3_.secteur_id AS secteur_id_42, p3_.property_id AS property_id_43, p4_.ilot_id AS ilot_id_44, p4_.secteur_id AS secteur_id_45, p4_.property_id AS property_id_46 FROM secteur s0_ INNER JOIN property p1_ ON s0_.property_id = p1_.id LEFT JOIN ilot i2_ ON s0_.id = i2_.secteur_id LEFT JOIN parcelle p3_ ON i2_.id = p3_.ilot_id LEFT JOIN parcelle p4_ ON s0_.id = p4_.secteur_id WHERE s0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY s0_.id ASC
Parameters: [
2
3
4
5
6
7
8
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
33
]
SELECT
s0_.id AS id_0,
s0_.libelle AS libelle_1,
p1_.id AS id_2,
p1_.property_name AS property_name_3,
p1_.commune AS commune_4,
p1_.surface_totale AS surface_totale_5,
p1_.contract_name AS contract_name_6,
p1_.adresse_1 AS adresse_1_7,
p1_.adresse_2 AS adresse_2_8,
p1_.code_postal AS code_postal_9,
i2_.id AS id_10,
i2_.libelle AS libelle_11,
p3_.id AS id_12,
p3_.libelle AS libelle_13,
p3_.description AS description_14,
p3_.surface AS surface_15,
p3_.cepage AS cepage_16,
p3_.cdc AS cdc_17,
p3_.annee AS annee_18,
p3_.ecartement AS ecartement_19,
p3_.num AS num_20,
p3_.znt AS znt_21,
p3_.dsppr AS dsppr_22,
p3_.dvp AS dvp_23,
p4_.id AS id_24,
p4_.libelle AS libelle_25,
p4_.description AS description_26,
p4_.surface AS surface_27,
p4_.cepage AS cepage_28,
p4_.cdc AS cdc_29,
p4_.annee AS annee_30,
p4_.ecartement AS ecartement_31,
p4_.num AS num_32,
p4_.znt AS znt_33,
p4_.dsppr AS dsppr_34,
p4_.dvp AS dvp_35,
s0_.property_id AS property_id_36,
p1_.departement_id AS departement_id_37,
p1_.main_consultant_id AS main_consultant_id_38,
i2_.secteur_id AS secteur_id_39,
i2_.property_id AS property_id_40,
p3_.ilot_id AS ilot_id_41,
p3_.secteur_id AS secteur_id_42,
p3_.property_id AS property_id_43,
p4_.ilot_id AS ilot_id_44,
p4_.secteur_id AS secteur_id_45,
p4_.property_id AS property_id_46
FROM
secteur s0_
INNER JOIN property p1_ ON s0_.property_id = p1_.id
LEFT JOIN ilot i2_ ON s0_.id = i2_.secteur_id
LEFT JOIN parcelle p3_ ON i2_.id = p3_.ilot_id
LEFT JOIN parcelle p4_ ON s0_.id = p4_.secteur_id
WHERE
s0_.id IN (
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?
)
ORDER BY
s0_.id ASC
SELECT s0_.id AS id_0, s0_.libelle AS libelle_1, p1_.id AS id_2, p1_.property_name AS property_name_3, p1_.commune AS commune_4, p1_.surface_totale AS surface_totale_5, p1_.contract_name AS contract_name_6, p1_.adresse_1 AS adresse_1_7, p1_.adresse_2 AS adresse_2_8, p1_.code_postal AS code_postal_9, i2_.id AS id_10, i2_.libelle AS libelle_11, p3_.id AS id_12, p3_.libelle AS libelle_13, p3_.description AS description_14, p3_.surface AS surface_15, p3_.cepage AS cepage_16, p3_.cdc AS cdc_17, p3_.annee AS annee_18, p3_.ecartement AS ecartement_19, p3_.num AS num_20, p3_.znt AS znt_21, p3_.dsppr AS dsppr_22, p3_.dvp AS dvp_23, p4_.id AS id_24, p4_.libelle AS libelle_25, p4_.description AS description_26, p4_.surface AS surface_27, p4_.cepage AS cepage_28, p4_.cdc AS cdc_29, p4_.annee AS annee_30, p4_.ecartement AS ecartement_31, p4_.num AS num_32, p4_.znt AS znt_33, p4_.dsppr AS dsppr_34, p4_.dvp AS dvp_35, s0_.property_id AS property_id_36, p1_.departement_id AS departement_id_37, p1_.main_consultant_id AS main_consultant_id_38, i2_.secteur_id AS secteur_id_39, i2_.property_id AS property_id_40, p3_.ilot_id AS ilot_id_41, p3_.secteur_id AS secteur_id_42, p3_.property_id AS property_id_43, p4_.ilot_id AS ilot_id_44, p4_.secteur_id AS secteur_id_45, p4_.property_id AS property_id_46 FROM secteur s0_ INNER JOIN property p1_ ON s0_.property_id = p1_.id LEFT JOIN ilot i2_ ON s0_.id = i2_.secteur_id LEFT JOIN parcelle p3_ ON i2_.id = p3_.ilot_id LEFT JOIN parcelle p4_ ON s0_.id = p4_.secteur_id WHERE s0_.id IN (2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33) ORDER BY s0_.id ASC;
|