SQL: select * from [Table]client where acc='王者'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (gbk_chinese_ci,COERCIBLE) for operation '='
Errno.: 1267
SQL: SELECT s.id FROM [Table]members m LEFT JOIN [Table]client s on s.acc=m.username WHERE s.acc='joe'
Error: Illegal mix of collations (gb2312_chinese_ci,IMPLICIT) and (gbk_chinese_ci,IMPLICIT) for operation '='
Errno.: 1267