NevadaJones
Programmer
- Sep 5, 2006
- 26
I searched but could not find this. Also I mistakenly posted this first in the PHP forum and can't delete it.
What is the syntax to rename a table column in a MySql database? I am trying this but it is not right.
ALTER table
CHANGE oldcolumn_name
newcolumn_name
CHAR(30)
What is the syntax to rename a table column in a MySql database? I am trying this but it is not right.
ALTER table
CHANGE oldcolumn_name
newcolumn_name
CHAR(30)