Query ¼öÇàÀ» ÇÒ ¼ö ¾ø½À´Ï´Ù. Query ³»¿ë : Illegal mix of collations (euckr_korean_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='=>SELECT
count(*)
FROM
imgfiles
WHERE
no IS NOT NULL
AND goods_no = '671' AND (gubun = 'Æ÷Åä' OR gubun = '°´½Ç')
Query ¼öÇàÀ» ÇÒ ¼ö ¾ø½À´Ï´Ù. Query ³»¿ë : Illegal mix of collations (euckr_korean_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='=>
SELECT
*
FROM
imgfiles
WHERE
no IS NOT NULL
AND goods_no = '671' AND (gubun = 'Æ÷Åä' OR gubun = '°´½Ç')
ORDER BY gubun ASC, idx ASC, no DESC
LIMIT 0,10