Guia_Gouvelandia - buscando por Hotï is
Você está aqui: HomeBuscar"Hotï is"
    Erro!

    # 1267 - Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_unicode_ci,COERCIBLE) for operation 'like'

    SELECT tbmaterias.*, DATE_FORMAT(tbmaterias.data,'%d/%m/%Y') as data1 , tbmaterias_titulos.* FROM tbmaterias INNER JOIN tbmaterias_titulos ON (tbmaterias_titulos.id_titulo = tbmaterias.id_titulo) WHERE flag_status=1 AND 1 AND (1=2 OR nome LIKE '%Hotï%' OR telefone LIKE '%Hotï%' OR titulo LIKE '%Hotï%' OR endereco LIKE '%Hotï%' OR descricao LIKE '%Hotï%') AND (1=2 OR nome LIKE '%is%' OR telefone LIKE '%is%' OR titulo LIKE '%is%' OR endereco LIKE '%is%' OR descricao LIKE '%is%') ORDER BY star DESC