So würde es gehen, allerdings recht unübersichtlich:
REPLACE( REPLACE( REPLACE( name, 'Ä', 'A' ), 'Ö', 'O' ), 'Ü', 'U' ) AS xxx
Hat jemand ne bessere Lösung?
So würde es gehen, allerdings recht unübersichtlich:
REPLACE( REPLACE( REPLACE( name, 'Ä', 'A' ), 'Ö', 'O' ), 'Ü', 'U' ) AS xxx
Hat jemand ne bessere Lösung?