| 1 |
2.14 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.slug AS slug_4, t0.date_atelier AS date_atelier_5, t0.heure_debut AS heure_debut_6, t0.heure_fin AS heure_fin_7, t0.prix AS prix_8, t0.description AS description_9, t0.lieu_atelier AS lieu_atelier_10, t0.img_une AS img_une_11, t0.publie AS publie_12, t0.active AS active_13 FROM ateliers t0
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.slug AS slug_4, t0.date_atelier AS date_atelier_5, t0.heure_debut AS heure_debut_6, t0.heure_fin AS heure_fin_7, t0.prix AS prix_8, t0.description AS description_9, t0.lieu_atelier AS lieu_atelier_10, t0.img_une AS img_une_11, t0.publie AS publie_12, t0.active AS active_13 FROM ateliers t0;
|
| 2 |
1.35 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.slug AS slug_3, t0.contenu AS contenu_4, t0.publie_at AS publie_at_5, t0.brouillon AS brouillon_6, t0.active AS active_7, t0.featured_image AS featured_image_8, t0.categorie_id AS categorie_id_9 FROM article t0 ORDER BY t0.id DESC LIMIT 3
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.slug AS slug_3, t0.contenu AS contenu_4, t0.publie_at AS publie_at_5, t0.brouillon AS brouillon_6, t0.active AS active_7, t0.featured_image AS featured_image_8, t0.categorie_id AS categorie_id_9 FROM article t0 ORDER BY t0.id DESC LIMIT 3;
|
| 3 |
2.72 ms |
SELECT t0.id AS id_1, t0.temoin AS temoin_2, t0.photo AS photo_3, t0.contenu AS contenu_4, t0.created_at AS created_at_5 FROM temoignages t0
SELECT t0.id AS id_1, t0.temoin AS temoin_2, t0.photo AS photo_3, t0.contenu AS contenu_4, t0.created_at AS created_at_5 FROM temoignages t0;
|
| 4 |
1.84 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenoms AS prenoms_3, t0.fonction AS fonction_4, t0.photo AS photo_5, t0.presentation AS presentation_6, t0.facebook AS facebook_7, t0.linkedin AS linkedin_8, t0.instagran AS instagran_9, t0.x AS x_10, t0.tiktok AS tiktok_11, t0.active AS active_12, t0.is_partenaire AS is_partenaire_13, t0.site_internet AS site_internet_14, t0.slug AS slug_15 FROM intervenants t0 INNER JOIN ateliers_intervenants ON t0.id = ateliers_intervenants.intervenants_id WHERE ateliers_intervenants.ateliers_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenoms AS prenoms_3, t0.fonction AS fonction_4, t0.photo AS photo_5, t0.presentation AS presentation_6, t0.facebook AS facebook_7, t0.linkedin AS linkedin_8, t0.instagran AS instagran_9, t0.x AS x_10, t0.tiktok AS tiktok_11, t0.active AS active_12, t0.is_partenaire AS is_partenaire_13, t0.site_internet AS site_internet_14, t0.slug AS slug_15 FROM intervenants t0 INNER JOIN ateliers_intervenants ON t0.id = ateliers_intervenants.intervenants_id WHERE ateliers_intervenants.ateliers_id = 21;
|