Stichwort: i�c
Es sind keine Einträge vorhanden.
Fehler-Nummer: 1267
Fehler-Text: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb3_general_ci,COERCIBLE) for operation 'like'
SQL-String: SELECT e.entry_id AS entry_id, e.url AS url, u.username AS username, e.title AS title, e.content AS content, DATE_FORMAT(e.openDate, '%d.%m.%Y') AS openDate, e.tags AS tags FROM ELMA_entry e, ELMA_user u WHERE e.tags LIKE '%i�c%' AND e.user_id = u.user_id AND e.status = '1' AND e.public = '1' ORDER BY e.openDate DESC