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
What is the use of mysql_fetch_array () function in php?
What is a left join mysql?
How to write after insert event update trigger on the same table in mysql?
How do I run mysql without installing?
How do I start mysql in ubuntu?
How to convert character strings to dates?
How do I install the latest mysql on ubuntu?
What is username in mysql?
What is session variable in mysql?
What is mysql command line?
What language does mysql use?
What is max connection in mysql?
What is delimiter $$?
Can a table have multiple primary keys?
explain GROUPBY & HAVING clause with examples.