|
Gefundene Artikel |
 |
|
 |
-
select count(distinct p.products_id) as total from kartons_products p left join kartons_manufacturers m using(manufacturers_id) left join kartons_products_qty_discount pc on (pc.products_qty_discount_id=p.products_qty_discount_id) left join kartons_specials s on p.products_id = s.products_id left join kartons_units u on (u.unit_id=p.products_reference_unit_id), kartons_products_description pd, kartons_categories c, kartons_products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '2' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name regexp 'b(ue|ü)cher' or p.products_model like '%buecher%' or m.manufacturers_name regexp 'b(ue|ü)cher' or pd.products_description regexp 'b(ue|ü)cher') )
[TEP STOP]
| |