Hallo.
Irgendiwe kann ich den Fehler nicht finden.
SELECT artikel, title,
DATE_FORMAT(date,'%W %d.%M %Y') AS date,
author,num
FROM news
ORDER BY date
DESC LIMIT 1,10
Die Fehlermeldung:
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 'ORDER BY date DESC LIMIT 0, 10' at line 1
Die Spalte "date" ist vom Typ timestamp und enthält Einträge in folgendem Format: "2007-03-29 07:53:01" (ohne "")
Hoffe ihr könnt mir helfen.
mfg
Phil Z.