Mamp : 6.8.1 - SPIP 4.2.4 - PHP : 8.2.4 - mysql : 5.7.39 - utf8_general_ci
Nouvelle installation
FORMIDABLE 5.3.2 Champ ; Date et heure
Validation : Champ obligatoire - Vérification(s) à effectuer Au format « Datetime » (pour SQL)
**Erreur SQL 1064**
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''05:00' AND R.statut = "publie"' at line 8
SELECT R.id_formulaire AS id FROM spip_formulaires_reponses AS R LEFT JOIN spip_formulaires AS F ON R.id_formulaire=F.id_formulaire LEFT JOIN spip_formulaires_reponses_champs AS C ON R.id_formulaires_reponse=C.id_formulaires_reponse WHERE R.id_formulaire = 1 AND C.nom='date_1' AND C.valeur='14/07/2023','05:00' AND R.statut = "publie"