Answers for "mysql change data type of column"

SQL
0

mysql change data type of column

ALTER TABLE tablename MODIFY columnname DATATYPE;
Posted by: Guest on July-15-2021

Code answers related to "mysql change data type of column"

Code answers related to "SQL"

Browse Popular Code Answers by Language