| 1 |
3.06 ms |
SELECT s0_.id AS id_0, s0_.nom AS nom_1, s0_.valeur_originale AS valeur_originale_2, s0_.ordre AS ordre_3, s0_.texte_information AS texte_information_4, s0_.status AS status_5, s0_.email_contact AS email_contact_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.theme_id AS theme_id_9 FROM secteur s0_ INNER JOIN secteur_theme s1_ ON s0_.theme_id = s1_.id ORDER BY s1_.nom ASC, s0_.nom ASC
SELECT s0_.id AS id_0, s0_.nom AS nom_1, s0_.valeur_originale AS valeur_originale_2, s0_.ordre AS ordre_3, s0_.texte_information AS texte_information_4, s0_.status AS status_5, s0_.email_contact AS email_contact_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.theme_id AS theme_id_9 FROM secteur s0_ INNER JOIN secteur_theme s1_ ON s0_.theme_id = s1_.id ORDER BY s1_.nom ASC, s0_.nom ASC;
|
| 2 |
0.74 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ordre AS ordre_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM secteur_theme t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ordre AS ordre_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM secteur_theme t0 WHERE t0.id = 5;
|
| 3 |
0.52 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ordre AS ordre_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM secteur_theme t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ordre AS ordre_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM secteur_theme t0 WHERE t0.id = 6;
|
| 4 |
0.52 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ordre AS ordre_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM secteur_theme t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ordre AS ordre_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM secteur_theme t0 WHERE t0.id = 7;
|
| 5 |
0.49 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ordre AS ordre_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM secteur_theme t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ordre AS ordre_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM secteur_theme t0 WHERE t0.id = 8;
|
| 6 |
0.66 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.is_active AS is_active_5, t0.secteur_id AS secteur_id_6 FROM guest t0 WHERE t0.is_active = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.text AS text_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.is_active AS is_active_5, t0.secteur_id AS secteur_id_6 FROM guest t0 WHERE t0.is_active = 1 ORDER BY t0.created_at DESC;
|