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 'from categories c, categories_descriptio' at line 5

select c.categories_id, cd.categories_name, cd.categories_description, from categories c, categories_description cd where parent_id = '0' and c.categories_id = cd.categories_id and c.categories_status != 0 and cd.language_id = '2' order by sort_order, cd.categories_name

[XT SQL Error]