Answers for "alter command to change the datatype of a column"

SQL
10

sql server alter column

ALTER TABLE table_name 
ALTER COLUMN column_name new_data_type(size);
Posted by: Guest on June-01-2020

Code answers related to "alter command to change the datatype of a column"

Code answers related to "SQL"

Browse Popular Code Answers by Language