Illegal mix of collations (utf8_general_ci,IMPLICIT) and (gbk_chinese_ci,COERCIBLE) for operation 'like'
select count(*) as total from ***_ecms_hospital where checked=1 and classid='95' and (myarea like '%杭州%')