Erreur SQL !SELECT p.*, presta_accroche, presta_visuel, p.presta_nom, pt.visuel, p.id_presta
FROM prestas p, conferenciers co, presta_types pt
WHERE co.id_contact = p.id_contact
AND p.id_presta_type = pt.id_presta_type
AND p.id_presta_type in (328,330,329,359,360,361)
AND p.afficher = 'y'
AND co.id_contact NOT IN(607)
AND p.presta_nom != ''
AND co.id_conferencier =
GROUP BY p.id_presta
ORDER BY p.date_creation desc 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 'GROUP BY p.id_presta
ORDER BY p.date_creation desc' at line 11 |