How can we change the name of a column of a table?
Answer Posted / owais masood
RENAME cannot be used to change the column name, however, it
is used to change the table or database name. However the
CHANGE is used to to rename a column with the su=yntax given
above by vipul (Answer 2)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What language does mysql use?
How do you rename a procedure in mysql?
What is the difference between mysql and oracle?
Can mysql handle billions of records?
How do I add a column to a table in mysql?
How to update info already in a table and delete a row(s) from a table.
What are slow queries?
How can we convert between Unix & MySQL timestamps?
What is the difference between timestamp and datetime in mysql?
Can you rename a database in mysql?
What storage engines are used in MySQL?
What is the default port for MySQL Server?
What is difference between mysql and mysqli?
How do you know if your mysql server is alive?
How can you move the master database