next Posted July 6, 2008 Share Posted July 6, 2008 How can i rename few columns? i tried USE phpsite_1; ALTER TABLE entry CHANGE contribution_id, contribution_body entry_id INT, entry_body TEXT(1000); but it doesn't work. Any suggestions? Thanks. Quote Link to comment Share on other sites More sharing options...
next Posted July 6, 2008 Author Share Posted July 6, 2008 Took me while but i was able to figure it out. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.