7.72 ms (84.24%)
|
1 |
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.enfants AS enfants_6, t0.nb_enfants AS nb_enfants_7, t0.age_enfants AS age_enfants_8 FROM participants t0 INNER JOIN participants_ateliers ON t0.id = participants_ateliers.participants_id WHERE participants_ateliers.ateliers_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.enfants AS enfants_6, t0.nb_enfants AS nb_enfants_7, t0.age_enfants AS age_enfants_8 FROM participants t0 INNER JOIN participants_ateliers ON t0.id = participants_ateliers.participants_id WHERE participants_ateliers.ateliers_id = 1;
|
1.44 ms (15.76%)
|
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.date AS date_4, t0.heure_debut AS heure_debut_5, t0.heure_fin AS heure_fin_6, t0.type AS type_7, t0.places AS places_8, t0.places_restantes AS places_restantes_9, t0.is_complete AS is_complete_10, t0.is_terminated AS is_terminated_11, t0.local AS local_12, t0.intervenant AS intervenant_13, t0.type_intervenant AS type_intervenant_14, t0.is_gratuit AS is_gratuit_15, t0.email_intervenant AS email_intervenant_16, t0.is_inscription_closed AS is_inscription_closed_17, t0.participants_min AS participants_min_18 FROM ateliers t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.date AS date_4, t0.heure_debut AS heure_debut_5, t0.heure_fin AS heure_fin_6, t0.type AS type_7, t0.places AS places_8, t0.places_restantes AS places_restantes_9, t0.is_complete AS is_complete_10, t0.is_terminated AS is_terminated_11, t0.local AS local_12, t0.intervenant AS intervenant_13, t0.type_intervenant AS type_intervenant_14, t0.is_gratuit AS is_gratuit_15, t0.email_intervenant AS email_intervenant_16, t0.is_inscription_closed AS is_inscription_closed_17, t0.participants_min AS participants_min_18 FROM ateliers t0 WHERE t0.id = '1';
|