Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
SELECT a_news.*,
a_news_body_big.nheader,
a_news_body_big.nteaser,
a_news_body_big.nbody,
a_statview.qty viewstat,
a_statcomm.qty commstat
FROM a_news
LEFT JOIN a_news_body_big
USING (id)
LEFT JOIN a_statview on a_statview.id = a_news.id
LEFT JOIN a_statcomm on a_statcomm.id = a_news.id
WHERE a_news.id = "126925"
AND a_news.urlkey = "where_my_soul_has_its_space_a_kyiv_native_on_her_favorite_lviv_caf��"
AND approved =1