Erro manipulação executar! select ac02nome, ac03nome, an02codigo, an03codigo, (select count(*) from tb02prod_grupo
where an02grupo=an03codigo and an02nivel=2 and ac02produto in (
select ac10codigo from tb10produto where ac10sit="S" and ac10nome like "%电脑如何截长图%")) tot
from tb03secao left join tb02departamento on (an02codigo=an03departamento)
where ac03sit="S" and ac02sit="S" having tot > 0 order by ac02nome, an02codigo, ac03nome
1267: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'Erro manipulação executar! select distinct an06codigo, ac06nome from tb06marca
left join tb10produto on (an10marca=an06codigo) where ac06sit="S" and ac10nome like "%电脑如何截长图%" order by ac06nome
1267: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'