| 0.0004 |
SELECT GET_LOCK('cf1a102d7a188e3614befa4c319c249c', 300) AS ci_session_lock
|
| 0.0004 |
SELECT `data` FROM `_admin_sessions` WHERE `id` = '648e64b34f94cd6de024a838dd436233fa65732d'
|
| 0.0006 |
SELECT id_manif, date_debut_manif, date_fin_manif, titre_manif, sous_titre_manif, lieu_manif, DAY(date_debut_manif) AS jour_debut, MONTH(date_debut_manif) AS mois_debut, YEAR(date_debut_manif) AS annee_debut, DAY(date_fin_manif) AS jour_fin, DATE_FORMAT(date_debut_manif, "%d/%m/%Y") AS date_debut_fr, DATE_FORMAT(date_fin_manif, "%d/%m/%Y") AS date_fin_fr, if (CURDATE() > date_limite_manif, FALSE, TRUE) AS limite_ok FROM `manifestations` WHERE date_debut_manif >= CURDATE() ORDER BY `date_debut_manif` ASC LIMIT 3
|
| 0.0246 |
SELECT id_adherent, intitule, nom, prenom, date_cotiz, email, photo, institution, institution_2, mots_cles, statut FROM `adherents` LEFT JOIN `adherents_cotisations` ON `adherents`.`id_adherent` = `adherents_cotisations`.`adherent_cotiz` GROUP BY `id_adherent` HAVING year(MAX(date_cotiz)) >= 2025 OR statut != 1 ORDER BY `nom` ASC, `prenom` ASC
|