Answers for "alter table change field size"

SQL
0

how to change the field size of an existing column

alter table yourTableName change yourColumnName yourColumnName dataType;
Posted by: Guest on May-06-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language