How can we change the name and data type of a column of a
table?
Answer Posted / abhishek
ALTER TABLE `<tablename>` CHANGE `<old column>` `<new
column>` new datatype( length )
| Is This Answer Correct ? | 5 Yes | 15 No |
Post New Answer View All Answers
How many concurrent queries can mysql handle?
What is processlist in mysql?
What is clob in mysql
How do I start and stop mysql server?
What is pdo :: fetch_assoc?
What is mysqli_free_result?
How is oracle different from mysql?
How do I optimize a selected query in mysql?
What is pdo in php mysql?
What is different between sql and mysql?
How many columns is too many mysql?
What is max connection in mysql?
What is table level locking in mysql?
What is localhost in mysql?
What is view in mysql?