set column in sql table as null code example Example: Change A filed to not null ALTER TABLE clients ALTER COLUMN phone NVARCHAR(20) NOT NULL;