| 1 |
0.49 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.image_name AS image_name_4, t0.image_size AS image_size_5, t0.updated_at AS updated_at_6, t0.validite AS validite_7, t0.is_validated AS is_validated_8 FROM header t0 WHERE t0.is_validated = ?
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.image_name AS image_name_4, t0.image_size AS image_size_5, t0.updated_at AS updated_at_6, t0.validite AS validite_7, t0.is_validated AS is_validated_8 FROM header t0 WHERE t0.is_validated = 1;
|
| 2 |
0.29 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.image_name AS image_name_4, t0.image_size AS image_size_5, t0.updated_at AS updated_at_6, t0.date_poste AS date_poste_7 FROM directeur t0 ORDER BY t0.date_poste DESC LIMIT 1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.image_name AS image_name_4, t0.image_size AS image_size_5, t0.updated_at AS updated_at_6, t0.date_poste AS date_poste_7 FROM directeur t0 ORDER BY t0.date_poste DESC LIMIT 1;
|
| 3 |
0.24 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.date_creation AS date_creation_3, t0.tel AS tel_4, t0.email AS email_5, t0.poste AS poste_6, t0.image_name AS image_name_7, t0.image_size AS image_size_8, t0.updated_at AS updated_at_9 FROM cabinet t0
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.date_creation AS date_creation_3, t0.tel AS tel_4, t0.email AS email_5, t0.poste AS poste_6, t0.image_name AS image_name_7, t0.image_size AS image_size_8, t0.updated_at AS updated_at_9 FROM cabinet t0;
|
| 4 |
0.23 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.date_program AS date_program_3, t0.date_creation AS date_creation_4, t0.description AS description_5 FROM agenda t0 ORDER BY t0.date_program DESC
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.date_program AS date_program_3, t0.date_creation AS date_creation_4, t0.description AS description_5 FROM agenda t0 ORDER BY t0.date_program DESC;
|
| 5 |
0.24 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.mot_directeur AS mot_directeur_3, t0.reference AS reference_4, t0.telephone AS telephone_5, t0.adresse AS adresse_6, t0.email AS email_7, t0.image_directeur_name AS image_directeur_name_8, t0.image_directeur_size AS image_directeur_size_9, t0.updated_at AS updated_at_10, t0.slug AS slug_11 FROM ile t0
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.mot_directeur AS mot_directeur_3, t0.reference AS reference_4, t0.telephone AS telephone_5, t0.adresse AS adresse_6, t0.email AS email_7, t0.image_directeur_name AS image_directeur_name_8, t0.image_directeur_size AS image_directeur_size_9, t0.updated_at AS updated_at_10, t0.slug AS slug_11 FROM ile t0;
|