produkte - Fehler: Select products.products_id,products_description.products_name,products_description.products_description,products.products_image,substring(reverse(rand(4379)),3) as rc from (products INNER JOIN products_description ON products.products_id = products_description.products_id) INNER JOIN products_to_categories ON products.products_id = products_to_categories.products_id where products_to_categories.categories_id= and length(products_description.products_name)<30 and products.products_status=1 order by rc limit 10
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 length(products_description.products_name)<30 and products.products_status=1' at line 1