SyntaxFix
Write A Post
Hire A Developer
Questions
ALTER TABLE myTable ALTER COLUMN myColumn {DataType} NULL
where {DataType} is the current data type of that column (For example int or varchar(10))
{DataType}
int
varchar(10)