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 c.categories_id=cd.categories_id' at line 1

select c.categories_id, cd.categories_name from categories_description cd,categories c where c.parent_id= and c.categories_id=cd.categories_id

[TEP STOP]