Guest User

Untitled

a guest
Jan 17th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. SELECT A.Account_id,
  2. hashbytes('MD5',
  3. (SELECT A.[accountid]
  4. ,[description]
  5. ,[pagenumber]
  6. ,[Permission]---this exceeds over 8000 characters
  7. FROM (
  8. VALUES(NULL))foo(bar)
  9. FOR xml auto)) AS [Hash]
  10. FROM dbo.table AS A;
Add Comment
Please, Sign In to add comment