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
Is mysql case-sensitive?
Is oracle mysql free?
How can we get the number of rows affected by query?
What is the difference between sql and mysql and oracle?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
What is the use of pdo?
Is mysql and sql are same?
change column name and make a unique column so we get no dupes.
What is a tinyint in mysql?
What is row level locking?
How can I insert images into a Mysql database?
What does the file with the extension: frm, myd, and myi contain?
How to convert character strings to numeric values?
What is the difference between is null & is not null?
Is blocked because of many connection errors mysql?