|
|
|
|
|
|
|
|
| Thema: Erotic im Sofortversand |
 |
|
 |
1146 - Table 'sofortversand_de.products_descriptierotic' doesn't exist
select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id), products_descriptierotic pd, categories c, 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 like '%erotic%' or p.products_ean like '%erotic%' or p.products_model like '%erotic%' or m.manufacturers_name like '%erotic%' or pd.products_descriptierotic like '%erotic%') and (pd.products_name like '%doc%' or p.products_ean like '%doc%' or p.products_model like '%doc%' or m.manufacturers_name like '%doc%' or pd.products_descriptierotic like '%doc%') )
[TEP STOP]
| |