| 0.0003 |
SELECT GET_LOCK('da6711e00d47a46b705a57dfd2c28d49', 300) AS ci_session_lock
|
| 0.0010 |
SELECT `data` FROM `_admin_sessions` WHERE `id` = '8643f696b407c657e7078f721f5534da9b4a27b2'
|
| 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.0244 |
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
|