How can we change the name of a column of a table?
Answer Posted / tushar
ALTER TABLE table_name change OLD_COLUMN_NAME
NEW_COLUMN_NAME VARCHAR(255) NULL;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Where is mysql data stored linux?
What is the maximum size of table in mysql?
How can you move the master database
What is RMS Migrations
What are the critical issues you have resolved in your company
What is the difference between timestamp and datetime in mysql?
What are the differences between binary and varbinary?
What is ndb in mysql?
What is striped backup
What is the data source name for mysql?
What is localhost in mysql?
How show all tables in mysql query?
How do I copy an entire mysql database?
Is mysql same as sql?
How to load data files into tables with 'mysqlimport'?