SQL: SELECT s.id FROM [Table]members m LEFT JOIN [Table]client s on s.acc=m.username WHERE s.acc='jsjlccbbs'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (gbk_chinese_ci,IMPLICIT) for operation '='
Errno.: 1267
Similar error report has beed dispatched to administrator before.
SQL: select stockcode,work from [Table]stock where work='
西部矿业'
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (gbk_chinese_ci,COERCIBLE) for operation '='
Errno.: 1267
Similar error report has beed dispatched to administrator before.