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 cd.language_id = 1' at line 10

SELECT cd.categories_name, c.parent_id FROM categories_description cd, categories c WHERE c.categories_id = cd.categories_id AND c.categories_id = AND cd.language_id = 1;

[TEP STOP]