Das macht mich verrückt!
Ich möchte eine Spalte in meiner Blog-Tabelle von read-more in read_more umbenennen
Ich habe das alles versucht:
ALTER TABLE blog RENAME COLUMN read-more to read_more;
ALTER TABLE blog CHANGE COLUMN 'read-more' 'read_more' VARCHAR(255) NOT NULL;
Und das verstehe ich immer!
ERROR 1064 (42000): 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 'COLUMN read-more to read_more' at line 1
Ich benutze MySQL 5.5