MySQL Forums
Forum List  »  Microsoft SQL Server

Re: rename the col
Posted by: Devart Team
Date: June 01, 2011 12:53AM

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/

Options: ReplyQuote


Subject
Written By
Posted
May 24, 2011 12:17AM
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.