| 0.0005 |
SELECT GET_LOCK('f5318aa7529bdf47a817e4862d35c200', 300) AS ci_session_lock
|
| 0.0015 |
SELECT `data` FROM `_admin_sessions` WHERE `id` = 'f6a9270479529839ed39ea976c6059eb9f43dbf7'
|
| 0.0015 |
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.0274 |
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
|