Výmenný bannerový systém. V prípade, že u nás uvidíte nevhodnú reklamu, kontaktujte nás.
Tituly vyhovujúce kritériam vyhľadávania
1267 - Illegal mix of collations (cp1250_general_ci,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation 'like'
select count(distinct p.products_id) as total from products p left join manufacturers m on (p.manufacturers_id = m.manufacturers_id) left join specials s on (p.products_id = s.products_id) left join products_to_products_extra_fields autor on (p.products_id = autor.products_id), products_description pd, categories c, products_to_categories p2c where p.products_id = pd.products_id and pd.language_id = '4' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and autor.products_extra_fields_id=4 and autor.products_extra_fields_value like '%Bronislav%' and autor.products_extra_fields_value like '%Matul�k%' and autor.products_extra_fields_id=4 and autor.products_extra_fields_value like '%Bronislav%' and autor.products_extra_fields_value like '%Matul�k%'