Hallo,
ich bekomme bei einer ganz einfachen Abfrage einen Fehler in der WHERE Klausel:
UPDATE geodaten Set
ups = '1',
WHERE
id = '1'
die Fehlermeldung lautet:
#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 'WHERE id = '1'' at line 3
Ich habe es schon mit id = "1" / id = 1 / probiert, aber ohne Erfolg, bin ich blind?