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. Link to comment https://forums.phpfreaks.com/topic/113484-solved-rename-multiple-columns/ 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. Link to comment https://forums.phpfreaks.com/topic/113484-solved-rename-multiple-columns/#findComment-583129 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.