Re: rename the col
You could do it with ALTER TABLE statement, e.g. -
ALTER TABLE table1 CHANGE COLUMN column1 column2 VARCHAR(255) NOT NULL DEFAULT '';
Or you could use a
GUI tool and reneme the field in a Database Explorer or in a Table/Column Editor.
Devart Company,
MySQL management tools
http://www.devart.com/dbforge/mysql/
Subject
Written By
Posted
Re: rename the col
June 01, 2011 12:53AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.