Haftungshinweis: Trotz sorgfältiger inhaltlicher Kontrolle übernehmen wir keine Haftung für die Inhalte externer Links. Für den Inhalt der verlinkten Seiten sind ausschließlich deren Betreiber verantwortlich.
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 1
select count(*) as anzahl from products p, products_to_categories p2c, categories c where(p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and c.parent_id = '6' and p.invisible < '1' and p.products_status='1' and ()