| 0.0003 |
SELECT GET_LOCK('1a0b1bc4a081a0eb0f695c974f8ba040', 300) AS ci_session_lock
|
| 0.0011 |
SELECT `data` FROM `_admin_sessions` WHERE `id` = 'fd736c5824fd7028dde71d4b63e656772311888e'
|
| 0.0009 |
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.0240 |
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
|