| 0.0003 |
SELECT GET_LOCK('6e838312c6f985a35179165e6ee046c8', 300) AS ci_session_lock
|
| 0.0011 |
SELECT `data` FROM `_admin_sessions` WHERE `id` = '7f64ed8fd908b9e2712ff4c748f1fe7538d16629'
|
| 0.0010 |
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.0241 |
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
|