Q&A for programmers
declare @T table ( ID int, ti tinyint ) insert into @T(ID) values (1) update @T set ti = 0 where ID = 1 select * from @T
Error: looks like you typed in the wrong words - try again