Cetanu Posted July 3, 2009 Share Posted July 3, 2009 If I wanted to create a new column in a table using MySQL, how would I do this? I looked into CREATE, but I only found out how to create new tables, not add columns to existing tables. How could I do this? Thanks. Link to comment https://forums.phpfreaks.com/topic/164702-solved-create-column-not-table/ Share on other sites More sharing options...
gassaz Posted July 3, 2009 Share Posted July 3, 2009 look for ALTER TABLE Link to comment https://forums.phpfreaks.com/topic/164702-solved-create-column-not-table/#findComment-868571 Share on other sites More sharing options...
Cetanu Posted July 3, 2009 Author Share Posted July 3, 2009 Okay, thanks. Link to comment https://forums.phpfreaks.com/topic/164702-solved-create-column-not-table/#findComment-868575 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.