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
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