DB error: SQLSTATE[42000]: Syntax error or access violation: 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 time > 1370390907
ORDER BY n.`hits` DESC
LIMIT 5' at line 4
Query failed:
SELECT n.id,n.hits, n.title,n.title_clean, g.name as game FROM `news` n
INNER JOIN `games` g ON n.to_game = g.id
WHERE to_game =
AND time > 1370390907
ORDER BY n.`hits` DESC
LIMIT 5