select COUNT(*) as cnt from yc4_item a, yc4_category b where a.ca_id=b.ca_id and a.it_use = 1 and b.ca_use = 1 /* Áߺ¹°Ë»ö¿¡ ´ëÇÑ ¿À·ù·Î ÀÎÇØ ¸·À½ : where (a.ca_id=b.ca_id or a.ca_id2=b.ca_id or a.ca_id3=b.ca_id) */ AND it_name like '%필립스%' and it_use = '1' 1267 : Illegal mix of collations (utf8_general_ci,IMPLICIT) and (euckr_korean_ci,COERCIBLE) for operation 'like' error file : /shop/list_search.php |