How can we change the name and data type of a column of a
table?
Answer Posted / szsad
excuse mr pls
ALTER TABLE products ALTER COLUMN price TYPE numeric
(10,2);
uyah nanhi vhalta hai
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is 'mysqldump'?
What is blob and text in mysql?
How to convert character strings to numeric values?
How do I change the max connection in mysql?
What is a heap table?
What is default schema in mysql?
How do I find mysql version in mysql workbench?
Can we rollback truncate in mysql?
How to store values to array from mysql database in php?
What is a query in mysql?
What is the insert?
How to get the number of rows selected or affected by a sql statement?
What is the limitation of mysql?
can you elaborate on blob and text in mysql? : Mysql dba
What is limit in mysql?