Hallo zusammen,
ich möchte mit folgendem Befehl einen einfach Backslash durch einen einfach Slash ersetzen.
mysql\_query("UPDATE tabelle SET fullpath = replace (fullpath, '\\', '/')");
Leider erhalte ich immer die Fehlermeldung:
„You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‚‘)’ at line 1“.
Das eigentich interessante ist aber, dass der Befehl
UPDATE db\_01\_tbl\_Document\_attachments SET fullpath = replace (fullpath, '\\', '/')
unter phpMyAdmin einwandfrei funktioniert.
Was ist falsch?
Gruß und Dank!