Konnte sql-Statement nicht absetzen
Skript abgebrochen: 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 'AND DATE_ADD(von,INTERVAL -3 DAY) <= curdate() AND bis >= curda
SELECT aktion_id, DATE_FORMAT(von, '%d.%m.%Y') AS fvon, DATE_FORMAT(bis, '%d.%m.%Y') AS fbis, art, titel, beschreibung, preis, kurs, einheit, bild, preis, CONCAT('../images/pictures/',bild) AS bildpfad FROM aktion WHERE art = AND DATE_ADD(von,INTERVAL -3 DAY) <= curdate() AND bis >= curdate() ORDER BY von
In Aktion!