|
Query error:
SELECT *
FROM article
WHERE (issueId = )
AND ((typeId=2) OR (typeId=3) OR (typeId=4) OR (typeId=5) OR (typeId=6))
AND language = 'fi'
ORDER BY issueId DESC, mdate DESC, cdate DESC
ERROR NO: 1064ERROR: 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 ((typeId=2) OR (typeId=3) OR (typeId=4) OR (typeId=5 |