|
Query error:
SELECT *
FROM article
WHERE (issueId = )
AND ((typeId=8) OR (typeId=9) OR (typeId=10) OR (typeId=11) OR (typeId=12))
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=8) OR (typeId=9) OR (typeId=10) OR (typeId= |