Invalid Query: 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 'ORDER BY pubdate DESC LIMIT 100' at line 4 SELECT * FROM external_projects p
LEFT JOIN external_project_categories pc ON pc.project_id = p.id
WHERE pc.category_id =
ORDER BY pubdate DESC LIMIT 100;