Невозможно выполнить запрос к БД: Illegal mix of collations (koi8r_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
SELECT imn.id as 'part_id', ap.subject as 'name', ap.id_salon as 'salon_id', ap.`price1` as 'price', IF(ap.articul='Articul0','',ap.articul) as 'art', ap.url_site as 'source', imn.tField2 as 'man', imn.rTrader as 'firm_id', imn.bMore as 'descr', cn.id as 'model_id', cn.l1 as 'model', cn.l2 as 'model_url', cn2.id as 'mark_id', cn2.l1 as 'mark', cn2.l2 as 'mark_url', cn3.l1 as 'group', ap.images_dir as 'images_dir', ap.images_disk as 'images', IF(ap.fid = 'yes',1,0) as 'fid', IF(ap.fid != 'yes',1,IF(ap.status_delete IS NULL,0,1)) as 'deleted', IF(ap.feed = 'yes',0,1) as 'no_avito', IF(apf.drom = 'yes',0,1) as 'no_drom', ap.count as 'amount', ap.avito_status as 'avito_status' FROM Site2.IssMarketNew imn INNER JOIN AutoBase.AvitoParts2 ap ON imn.id = ap.id_part INNER JOIN Site2.CatalogNew cn ON imn.c02 = cn.id INNER JOIN Site2.CatalogNew cn2 ON cn.rParent = cn2.id INNER JOIN Site2.CatalogNew cn3 ON imn.c01 = cn3.id LEFT JOIN AutoBase.AvitoPartsInFeeds apf ON ap.id_part = apf.id_part AND apf.id_salon IN ('301810') AND apf.id_table = 2 WHERE ABS(imn.rDealers)=110843 AND imn.c01>0 AND imn.c02>0 AND cn2.l2 = 'Kia' AND cn3.l1 = '������������ ������������' AND imn.id = '434227' AND imn.rTrader IN ('301810') AND ap.url!='' AND ap.status_delete IS NULL LIMIT 1