An Error Was Encountered
Error Number: 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 '' at line 4
SELECT c.id, c.parent_id, cd.id, c.categories_id, cd.categories_id, cd.categories_name, c.categories_id as categoryId, cd.categories_url FROM categories c INNER JOIN categories_description cd on (c.categories_id = cd.categories_id) WHERE parent_id =