Answers for "change type of coloumn mysql"

SQL
1

mysql change data type of column

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

Code answers related to "change type of coloumn mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language