Answers for "chnage size column"

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