4.82 ms (27.07%)
20
SELECT t0 . id AS id_1 , t0 . nom_structure AS nom_structure_2 , t0 . type_structure AS type_structure_3 , t0 . types_projet AS types_projet_4 , t0 . volume_vehicule AS volume_vehicule_5 , t0 . manutention AS manutention_6 , t0 . adresse AS adresse_7 , t0 . nom_contact AS nom_contact_8 , t0 . email_contact AS email_contact_9 , t0 . telephone_contact AS telephone_contact_10 , t0 . site_web AS site_web_11 , t0 . linkedin AS linkedin_12 , t0 . ressources AS ressources_13 , t0 . details AS details_14 , t0 . validation AS validation_15 , t0 . user_id AS user_id_16 FROM filiere t0 WHERE t0 . user_id = ?
SELECT t0 . id AS id_1 , t0 . nom_structure AS nom_structure_2 , t0 . type_structure AS type_structure_3 , t0 . types_projet AS types_projet_4 , t0 . volume_vehicule AS volume_vehicule_5 , t0 . manutention AS manutention_6 , t0 . adresse AS adresse_7 , t0 . nom_contact AS nom_contact_8 , t0 . email_contact AS email_contact_9 , t0 . telephone_contact AS telephone_contact_10 , t0 . site_web AS site_web_11 , t0 . linkedin AS linkedin_12 , t0 . ressources AS ressources_13 , t0 . details AS details_14 , t0 . validation AS validation_15 , t0 . user_id AS user_id_16 FROM filiere t0 WHERE t0 . user_id = 9 ;
Copy
0.71 ms (3.99%)
1
SELECT u0_ . id AS id_0 , u0_ . login AS login_1 , u0_ . roles AS roles_2 , u0_ . password AS password_3 , u0_ . prenom AS prenom_4 , u0_ . nom AS nom_5 , u0_ . datedenaissance AS datedenaissance_6 , u0_ . lieudenaissance AS lieudenaissance_7 , u0_ . adresse AS adresse_8 , u0_ . contact AS contact_9 , u0_ . rib AS rib_10 , u0_ . siret AS siret_11 , u0_ . securitesociale AS securitesociale_12 , u0_ . email AS email_13 , u0_ . contacturgence AS contacturgence_14 , u0_ . contacturgencetel AS contacturgencetel_15 , u0_ . photo AS photo_16 , u0_ . permis AS permis_17 , u0_ . autres AS autres_18 FROM `user` u0_ WHERE u0_ . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
277
257
14
280
282
275
278
284
283
274
72
26
11
58
9
276
272
166
281
251
]
SELECT u0_ . id AS id_0 , u0_ . login AS login_1 , u0_ . roles AS roles_2 , u0_ . password AS password_3 , u0_ . prenom AS prenom_4 , u0_ . nom AS nom_5 , u0_ . datedenaissance AS datedenaissance_6 , u0_ . lieudenaissance AS lieudenaissance_7 , u0_ . adresse AS adresse_8 , u0_ . contact AS contact_9 , u0_ . rib AS rib_10 , u0_ . siret AS siret_11 , u0_ . securitesociale AS securitesociale_12 , u0_ . email AS email_13 , u0_ . contacturgence AS contacturgence_14 , u0_ . contacturgencetel AS contacturgencetel_15 , u0_ . photo AS photo_16 , u0_ . permis AS permis_17 , u0_ . autres AS autres_18 FROM `user` u0_ WHERE u0_ . id IN (277 , 257 , 14 , 280 , 282 , 275 , 278 , 284 , 283 , 274 , 72 , 26 , 11 , 58 , 9 , 276 , 272 , 166 , 281 , 251 );
Copy