REplace-Befehl Problem

HDsports

Benutzer
Beiträge
11
Hey, folgendes Problem
ich erhalte folgende Fehlermeldung mit einer Replace-Anweisung
Code:
UPDATE ngie_content SET fulltext = REPLACE (fulltext, 'alte3333s wort', 'neues wort')

Code:
#1064 - 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 'fulltext = REPLACE (fulltext, 'alte3333s wort', 'neues wort')' at line 1
Die Anweisung ist mit Sicherheit korrekt.
Kann das irgendwie an der Struktur der Spalte "fulltext" liegen?
In der Übersicht der Tabelle steht ganz oben "
dot.gif
Der Spaltenname 'fulltext' ist ein reserviertes MySQL-Schlüsselwort."

"fulltext" ist vom Typ "Mediumtext", Kollation "utf8_general_ci"

LG
 
Werbung:
Zurück
Oben