ERRO SQL:
Illegal mix of collations (latin1_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'
SELECT * FROM livros WHERE estado='' AND temas LIKE '%|Exposiテァテオes Internacionais|%' ORDER BY autor ASC, titulo ASC, edicao ASC, dataEdicao ASC
Manuel Ferreira Alfarrabista