SELECT * ,INSTR(titel, 'pa') startposi FROM shanty_titel WHERE titel LIKE '%pa%' ORDER BY titel, sprache
Hm. Klingt nach einem Collation-Problem.
Kollation des Feldes titel ist utf8_unicode_ci
 nicht angemeldet
 nicht angemeldetSELECT * ,INSTR(titel, 'pa') startposi FROM shanty_titel WHERE titel LIKE '%pa%' ORDER BY titel, sprache
Hm. Klingt nach einem Collation-Problem.
Kollation des Feldes titel ist utf8_unicode_ci