3.51 ms (1.80%)
1
SELECT t0 . id AS id_1 , t0 . label AS label_2 , t0 . main AS main_3 , t0 . head_office AS head_office_4 , t0 . billing_email AS billing_email_5 , t0 . description AS description_6 , t0 . rate AS rate_7 , t0 . limit_amount_of_capitals AS limit_amount_of_capitals_8 , t0 . damage_insurance_name AS damage_insurance_name_9 , t0 . damage_insurance_number AS damage_insurance_number_10 , t0 . rc_name AS rc_name_11 , t0 . rc_number AS rc_number_12 , t0 . is_company_office AS is_company_office_13 , t0 . area AS area_14 , t0 . building AS building_15 , t0 . content_on AS content_on_16 , t0 . content AS content_17 , t0 . material AS material_18 , t0 . merchandise AS merchandise_19 , t0 . variable AS variable_20 , t0 . frequency AS frequency_21 , t0 . owner AS owner_22 , t0 . tenant AS tenant_23 , t0 . address_id AS address_id_24 , t25 . id AS id_26 , t25 . country AS country_27 , t25 . city AS city_28 , t25 . zip_code AS zip_code_29 , t25 . street_number AS street_number_30 , t25 . street_name AS street_name_31 , t0 . company_id AS company_id_32 , t0 . logo_id AS logo_id_33 , t34 . id AS id_35 , t34 . original_name AS original_name_36 , t34 . filename AS filename_37 , t34 . path AS path_38 , t34 . comment AS comment_39 , t34 . description AS description_40 , t34 . created_at AS created_at_41 , t34 . author_id AS author_id_42 , t0 . picture_id AS picture_id_43 , t44 . id AS id_45 , t44 . original_name AS original_name_46 , t44 . filename AS filename_47 , t44 . path AS path_48 , t44 . comment AS comment_49 , t44 . description AS description_50 , t44 . created_at AS created_at_51 , t44 . author_id AS author_id_52 , t0 . contact_person_id AS contact_person_id_53 , t54 . id AS id_55 , t54 . firstname AS firstname_56 , t54 . lastname AS lastname_57 , t54 . phone AS phone_58 , t54 . email AS email_59 , t54 . job AS job_60 , t0 . current_index_id AS current_index_id_61 , t0 . contract_id AS contract_id_62 , t63 . id AS id_64 , t63 . start AS start_65 , t63 . end AS end_66 , t63 . number AS number_67 , t63 . insurer AS insurer_68 , t63 . draft AS draft_69 , t63 . type AS type_70 , t63 . office_id AS office_id_71 , t0 . accounting_person_id AS accounting_person_id_72 , t73 . id AS id_74 , t73 . firstname AS firstname_75 , t73 . lastname AS lastname_76 , t73 . phone AS phone_77 , t73 . email AS email_78 , t73 . job AS job_79 FROM office t0 INNER JOIN address t25 ON t0 . address_id = t25 . id LEFT JOIN uploaded_file t34 ON t0 . logo_id = t34 . id LEFT JOIN uploaded_file t44 ON t0 . picture_id = t44 . id INNER JOIN contact_person t54 ON t0 . contact_person_id = t54 . id LEFT JOIN contract t63 ON t0 . contract_id = t63 . id LEFT JOIN contact_person t73 ON t0 . accounting_person_id = t73 . id WHERE t0 . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
]
SELECT
t0 . id AS id_1 ,
t0 . label AS label_2 ,
t0 . main AS main_3 ,
t0 . head_office AS head_office_4 ,
t0 . billing_email AS billing_email_5 ,
t0 . description AS description_6 ,
t0 . rate AS rate_7 ,
t0 . limit_amount_of_capitals AS limit_amount_of_capitals_8 ,
t0 . damage_insurance_name AS damage_insurance_name_9 ,
t0 . damage_insurance_number AS damage_insurance_number_10 ,
t0 . rc_name AS rc_name_11 ,
t0 . rc_number AS rc_number_12 ,
t0 . is_company_office AS is_company_office_13 ,
t0 . area AS area_14 ,
t0 . building AS building_15 ,
t0 . content_on AS content_on_16 ,
t0 . content AS content_17 ,
t0 . material AS material_18 ,
t0 . merchandise AS merchandise_19 ,
t0 . variable AS variable_20 ,
t0 . frequency AS frequency_21 ,
t0 . owner AS owner_22 ,
t0 . tenant AS tenant_23 ,
t0 . address_id AS address_id_24 ,
t25 . id AS id_26 ,
t25 . country AS country_27 ,
t25 . city AS city_28 ,
t25 . zip_code AS zip_code_29 ,
t25 . street_number AS street_number_30 ,
t25 . street_name AS street_name_31 ,
t0 . company_id AS company_id_32 ,
t0 . logo_id AS logo_id_33 ,
t34 . id AS id_35 ,
t34 . original_name AS original_name_36 ,
t34 . filename AS filename_37 ,
t34 . path AS path_38 ,
t34 . comment AS comment_39 ,
t34 . description AS description_40 ,
t34 . created_at AS created_at_41 ,
t34 . author_id AS author_id_42 ,
t0 . picture_id AS picture_id_43 ,
t44 . id AS id_45 ,
t44 . original_name AS original_name_46 ,
t44 . filename AS filename_47 ,
t44 . path AS path_48 ,
t44 . comment AS comment_49 ,
t44 . description AS description_50 ,
t44 . created_at AS created_at_51 ,
t44 . author_id AS author_id_52 ,
t0 . contact_person_id AS contact_person_id_53 ,
t54 . id AS id_55 ,
t54 . firstname AS firstname_56 ,
t54 . lastname AS lastname_57 ,
t54 . phone AS phone_58 ,
t54 . email AS email_59 ,
t54 . job AS job_60 ,
t0 . current_index_id AS current_index_id_61 ,
t0 . contract_id AS contract_id_62 ,
t63 . id AS id_64 ,
t63 . start AS start_65 ,
t63 . end AS end_66 ,
t63 . number AS number_67 ,
t63 . insurer AS insurer_68 ,
t63 . draft AS draft_69 ,
t63 . type AS type_70 ,
t63 . office_id AS office_id_71 ,
t0 . accounting_person_id AS accounting_person_id_72 ,
t73 . id AS id_74 ,
t73 . firstname AS firstname_75 ,
t73 . lastname AS lastname_76 ,
t73 . phone AS phone_77 ,
t73 . email AS email_78 ,
t73 . job AS job_79
FROM
office t0
INNER JOIN address t25 ON t0 . address_id = t25 . id
LEFT JOIN uploaded_file t34 ON t0 . logo_id = t34 . id
LEFT JOIN uploaded_file t44 ON t0 . picture_id = t44 . id
INNER JOIN contact_person t54 ON t0 . contact_person_id = t54 . id
LEFT JOIN contract t63 ON t0 . contract_id = t63 . id
LEFT JOIN contact_person t73 ON t0 . accounting_person_id = t73 . id
WHERE
t0 . id IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ?
)
Copy
SELECT t0 . id AS id_1 , t0 . label AS label_2 , t0 . main AS main_3 , t0 . head_office AS head_office_4 , t0 . billing_email AS billing_email_5 , t0 . description AS description_6 , t0 . rate AS rate_7 , t0 . limit_amount_of_capitals AS limit_amount_of_capitals_8 , t0 . damage_insurance_name AS damage_insurance_name_9 , t0 . damage_insurance_number AS damage_insurance_number_10 , t0 . rc_name AS rc_name_11 , t0 . rc_number AS rc_number_12 , t0 . is_company_office AS is_company_office_13 , t0 . area AS area_14 , t0 . building AS building_15 , t0 . content_on AS content_on_16 , t0 . content AS content_17 , t0 . material AS material_18 , t0 . merchandise AS merchandise_19 , t0 . variable AS variable_20 , t0 . frequency AS frequency_21 , t0 . owner AS owner_22 , t0 . tenant AS tenant_23 , t0 . address_id AS address_id_24 , t25 . id AS id_26 , t25 . country AS country_27 , t25 . city AS city_28 , t25 . zip_code AS zip_code_29 , t25 . street_number AS street_number_30 , t25 . street_name AS street_name_31 , t0 . company_id AS company_id_32 , t0 . logo_id AS logo_id_33 , t34 . id AS id_35 , t34 . original_name AS original_name_36 , t34 . filename AS filename_37 , t34 . path AS path_38 , t34 . comment AS comment_39 , t34 . description AS description_40 , t34 . created_at AS created_at_41 , t34 . author_id AS author_id_42 , t0 . picture_id AS picture_id_43 , t44 . id AS id_45 , t44 . original_name AS original_name_46 , t44 . filename AS filename_47 , t44 . path AS path_48 , t44 . comment AS comment_49 , t44 . description AS description_50 , t44 . created_at AS created_at_51 , t44 . author_id AS author_id_52 , t0 . contact_person_id AS contact_person_id_53 , t54 . id AS id_55 , t54 . firstname AS firstname_56 , t54 . lastname AS lastname_57 , t54 . phone AS phone_58 , t54 . email AS email_59 , t54 . job AS job_60 , t0 . current_index_id AS current_index_id_61 , t0 . contract_id AS contract_id_62 , t63 . id AS id_64 , t63 . start AS start_65 , t63 . end AS end_66 , t63 . number AS number_67 , t63 . insurer AS insurer_68 , t63 . draft AS draft_69 , t63 . type AS type_70 , t63 . office_id AS office_id_71 , t0 . accounting_person_id AS accounting_person_id_72 , t73 . id AS id_74 , t73 . firstname AS firstname_75 , t73 . lastname AS lastname_76 , t73 . phone AS phone_77 , t73 . email AS email_78 , t73 . job AS job_79 FROM office t0 INNER JOIN address t25 ON t0 . address_id = t25 . id LEFT JOIN uploaded_file t34 ON t0 . logo_id = t34 . id LEFT JOIN uploaded_file t44 ON t0 . picture_id = t44 . id INNER JOIN contact_person t54 ON t0 . contact_person_id = t54 . id LEFT JOIN contract t63 ON t0 . contract_id = t63 . id LEFT JOIN contact_person t73 ON t0 . accounting_person_id = t73 . id WHERE t0 . id IN (3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , 16 , 17 , 18 , 19 , 20 , 21 , 22 , 23 , 24 , 87 , 88 , 89 , 90 , 91 , 92 , 93 , 94 , 95 , 96 , 97 , 98 , 99 , 100 , 101 , 102 , 103 , 104 , 105 , 106 , 107 , 108 , 109 , 110 , 111 , 112 , 113 , 114 , 115 , 116 , 118 , 119 , 120 , 121 , 122 , 123 , 124 , 125 , 126 , 127 , 128 , 129 , 130 , 131 , 132 , 133 , 134 , 135 , 136 , 137 , 138 , 139 , 140 , 141 , 142 , 143 , 147 , 148 , 149 , 150 , 151 , 152 , 153 , 154 , 155 , 156 , 157 , 158 , 159 , 160 , 161 , 162 , 163 , 164 );
Copy
0.55 ms (0.28%)
1
SELECT t0 . id AS id_1 , t0 . start AS start_2 , t0 . end AS end_3 , t0 . number AS number_4 , t0 . insurer AS insurer_5 , t0 . draft AS draft_6 , t0 . type AS type_7 , t0 . office_id AS office_id_8 , t9 . id AS id_10 , t9 . label AS label_11 , t9 . main AS main_12 , t9 . head_office AS head_office_13 , t9 . billing_email AS billing_email_14 , t9 . description AS description_15 , t9 . rate AS rate_16 , t9 . limit_amount_of_capitals AS limit_amount_of_capitals_17 , t9 . damage_insurance_name AS damage_insurance_name_18 , t9 . damage_insurance_number AS damage_insurance_number_19 , t9 . rc_name AS rc_name_20 , t9 . rc_number AS rc_number_21 , t9 . is_company_office AS is_company_office_22 , t9 . area AS area_23 , t9 . building AS building_24 , t9 . content_on AS content_on_25 , t9 . content AS content_26 , t9 . material AS material_27 , t9 . merchandise AS merchandise_28 , t9 . variable AS variable_29 , t9 . frequency AS frequency_30 , t9 . owner AS owner_31 , t9 . tenant AS tenant_32 , t9 . address_id AS address_id_33 , t9 . company_id AS company_id_34 , t9 . logo_id AS logo_id_35 , t9 . picture_id AS picture_id_36 , t9 . contact_person_id AS contact_person_id_37 , t9 . current_index_id AS current_index_id_38 , t9 . contract_id AS contract_id_39 , t9 . accounting_person_id AS accounting_person_id_40 FROM contract t0 LEFT JOIN office t9 ON t0 . office_id = t9 . id WHERE t0 . draft = ?
SELECT t0 . id AS id_1 , t0 . start AS start_2 , t0 . end AS end_3 , t0 . number AS number_4 , t0 . insurer AS insurer_5 , t0 . draft AS draft_6 , t0 . type AS type_7 , t0 . office_id AS office_id_8 , t9 . id AS id_10 , t9 . label AS label_11 , t9 . main AS main_12 , t9 . head_office AS head_office_13 , t9 . billing_email AS billing_email_14 , t9 . description AS description_15 , t9 . rate AS rate_16 , t9 . limit_amount_of_capitals AS limit_amount_of_capitals_17 , t9 . damage_insurance_name AS damage_insurance_name_18 , t9 . damage_insurance_number AS damage_insurance_number_19 , t9 . rc_name AS rc_name_20 , t9 . rc_number AS rc_number_21 , t9 . is_company_office AS is_company_office_22 , t9 . area AS area_23 , t9 . building AS building_24 , t9 . content_on AS content_on_25 , t9 . content AS content_26 , t9 . material AS material_27 , t9 . merchandise AS merchandise_28 , t9 . variable AS variable_29 , t9 . frequency AS frequency_30 , t9 . owner AS owner_31 , t9 . tenant AS tenant_32 , t9 . address_id AS address_id_33 , t9 . company_id AS company_id_34 , t9 . logo_id AS logo_id_35 , t9 . picture_id AS picture_id_36 , t9 . contact_person_id AS contact_person_id_37 , t9 . current_index_id AS current_index_id_38 , t9 . contract_id AS contract_id_39 , t9 . accounting_person_id AS accounting_person_id_40 FROM contract t0 LEFT JOIN office t9 ON t0 . office_id = t9 . id WHERE t0 . draft = 1 ;
Copy