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 = "126536"
AND a_news.urlkey = "caf��_society_from_faraway_missouri_guitarinhand_an_american_builds_community_in_lviv"
AND approved =1