Hello All,
Is it possible to update a result set in a single query?
UPDATE (SELECT * FROM [TestEnvironment].[dbo].[Table_1]) as a
SET a.col1 = 'abcd' WHERE a.col2=1
Thanks and Regards, Readers please vote for my posts if the questions i asked are helpful.