Answers for "Alter query to change field type in 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 "Alter query to change field type in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language