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 9

select distinct c.categories_id, categories_name from categories c, categories_description d, products_to_categories m, motobikes_baujahr_to_products mm where c.categories_id = d.categories_id and d.language_id = 2 and c.categories_id = m.categories_id and c.is_dynamic = 1 and c.categories_status = 1 and m.products_id = mm.products_id and mm.baujahr_id =

[XT SQL Error]