在mysql中..我的sql语句中有中文就不行了..为什么:
Illegal mix of collations (gb2312_chinese_ci,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation 'like'
我的sql是:
 select id from dcr_hao where yxtype=2 and isling=0 and province like '%北京市%' 
我把中文去了就OK了..
我用 select id from dcr_hao where yxtype=2 and isling=0 and province like '%北京市%' collate utf8_general_ci
用这个也不OK...55555555   mysql对中文怎么支持下的...我的查询里有中文就不行