I am having such a hard time changing the column name. I KNOW my syntax is right yet I am getting an error message.
I am using this syntax:
ALTER TABLE Customers RENAME COLUMN CustomerID TO CollaboratorID;
I keep getting this error message, 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 CustomerID TO CollaboratorID' at line 2
PLEASE HELP.