Answers for "how to change data type of a column in sql"

SQL
2

sql alter type of column

ALTER TABLE TableName
MODIFY COLUMN ColumnName DataType;
Posted by: Guest on May-07-2021

Code answers related to "how to change data type of a column in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language