Kategorien: Medal
ERROR
SELECT s.*
FROM seminare s
WHERE s.Anfang >=now() AND
s.`ccs_course_Status` NOT LIKE 'Vorbereitung' AND
(
(s.`Anfang` >= CURDATE() AND s.`ccs_course_Status` NOT IN ('Ausgebucht','Abgeschlossen','Storniert','Abgesagt')) OR (s.`ccs_course_Status` LIKE 'Laufend')
)
AND s.medal = -You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 8