|
|
詳細検索
1267 Illegal mix of collations (utf8_general_ci,IMPLICIT) and (ujis_japanese_ci,COERCIBLE) for operation 'like' in: [select count(distinct p.products_id) as total FROM (zen_products p
LEFT JOIN zen_manufacturers m
USING(manufacturers_id), zen_products_description pd, zen_categories c, zen_products_to_categories p2c
LEFT JOIN zen_meta_tags_products_description mtpd
ON mtpd.products_id= p2c.products_id
AND mtpd.language_id = 2 ) 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 '%%'
OR p.products_model
LIKE '%%'
OR p.products_actress
LIKE '%%'
OR p.products_estimation
LIKE '%%'
OR m.manufacturers_name
LIKE '%%' OR (mtpd.metatags_keywords
LIKE '%%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%%'
AND mtpd.metatags_description !='') OR pd.products_description
LIKE '%%') and (pd.products_name LIKE '%鐚鐚祉%'
OR p.products_model
LIKE '%鐚鐚祉%'
OR p.products_actress
LIKE '%鐚鐚祉%'
OR p.products_estimation
LIKE '%鐚鐚祉%'
OR m.manufacturers_name
LIKE '%鐚鐚祉%' OR (mtpd.metatags_keywords
LIKE '%鐚鐚祉%'
AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description
LIKE '%鐚鐚祉%'
AND mtpd.metatags_description !='') OR pd.products_description
LIKE '%鐚鐚祉%') )]
|