Morning. I have a table where I want to change the values for the fields. In other words, I have a table where I want to change
F_USER from NOT NULL nvarchar(50) to NULL nvarchar(50)
I can ADD fields to a table, but I haven't learned how to write a query to change the field values.
--EMT_Hawk
F_USER from NOT NULL nvarchar(50) to NULL nvarchar(50)
I can ADD fields to a table, but I haven't learned how to write a query to change the field values.
--EMT_Hawk