SQLTeam.com
|
Weblogs
|
Forums
SQLTeam.com Forums
SQL Query to Change Column DataType
Transact-SQL
bitsmed
February 24, 2019, 12:35am
4
alter table yourtable alter column yourcolumn varchar(64) not null ;
1 Like
show post in topic