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. Quote 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 Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.