Curious Question!
Posted: Tue Aug 10, 2004 7:14 pm
Just a question out of curiousity. Is there any method which changes the name of a column in the mysql database?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
ALTER TABLE `tablename` CHANGE `old field name` `new field name`