| letzte
Änderung: 07.09.2010, 17:59 Uhr |
||
Database error: Invalid SQL: SELECT
B.BannerID,
B.Link,
B.Alt,
B.AnfangsDatum,
B.EndeDatum,
B.Link,
B.Beschreibung
FROM
Banner AS B,
Kunde AS K
WHERE
B.RubrikID =
AND
K.KundenID = B.KundenID
AND
(K.Bezahlt='true'
OR
B.Bezahlt='true')
AND
(1283911021 <= (B.EndeDatum + 86400))
AND
(1283911021 >= B.AnfangsDatum)
ORDER BY
B.Sortierung
ASC
MySQL Error: 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 'AND
K.KundenID = B.KundenID
AND
(K.Bezahlt='true'
' at line 14)