How do you change the datatype of a column in SQL Server?

后端 未结 8 757
日久生厌
日久生厌 2020-11-29 16:19

I am trying to change a column from a varchar(50) to a nvarchar(200). What is the SQL command to alter this table?

8条回答
提交回复
热议问题