Viewing 2 posts - 1 through 3 (of 3 total)
Here is the DDL. The SQL version is Microsoft SQL Server 2017 (RTM-CU20)
-- DDL and sample data population, startDECLARE @start TABLE(ID INT IDENTITY PRIMARY KEY,data VARCHAR(20) NULL);INSERT...
April 24, 2020 at 4:33 pm
#3746105
well, if you're trying to update the samplecolumn field, you don't list that in your update, you're updating the type_of_column (maybe a problem in your sample data?)
Other than that,...
April 24, 2020 at 4:02 pm
#3746082