Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. FROM [ReleaseManagement].[dbo].[ReleaseV2ActivityLog]
  2. where status = '2'
  3.  
  4. update [ReleaseManagement].[dbo].[ReleaseV2ActivityLog]
  5. set Status = '3'
  6. where Status = '2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement