Answers for "how to alter table column type"

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 alter table column type"

Code answers related to "SQL"

Browse Popular Code Answers by Language