Reply
Column Rename - Major problem
Old 05-09-2007, 01:40 PM Column Rename - Major problem
afridy's Avatar
Extreme Talker

Posts: 184
Hai all

I wonder actually whats wrong with this query?

mysql>ALTER TABLE distributors RENAME COLUMN city TO state

Mysql says syntax error.


Note:- I have loged on as Root.
afridy is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 05-09-2007, 01:51 PM Re: Column Rename - Major problem
chrishirst's Avatar
Super Moderator

Posts: 12,442
Location: Blackpool. UK
MySQL is

ALTER TABLE tbl_name CHANGE old_col_name new_col_name columntype
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-09-2007, 02:32 PM Re: Column Rename - Major problem
afridy's Avatar
Extreme Talker

Posts: 184
Thanks Chrishirst

What should i specify for the columntype.
i executed like this
mysql>ALTER TABLE distributors CHANGE city TO state varchar(20);
Is this correct?
afridy is offline
Reply With Quote
View Public Profile
 
Old 05-10-2007, 03:27 AM Re: Column Rename - Major problem
chrishirst's Avatar
Super Moderator

Posts: 12,442
Location: Blackpool. UK
columntype should be either;

The same type as the column is;

or

A new type to change the column into (not recommended for populated tables)

so yes, your syntax is correct.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-10-2007, 06:02 AM Re: Column Rename - Major problem
afridy's Avatar
Extreme Talker

Posts: 184
Thanks Chrishirst for the effort. it worked !!
afridy is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Column Rename - Major problem
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12684 seconds with 13 queries