2023-05-09 18:21:47 +00:00

3 lines
122 B
SQL

Update Items Set DTS = cast('12/30/2016' as datetime)
where ContentID in(select ContentID from Contents where Type = 0)