Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sofakingworld/c47dd6a022934826f7c62769b814039b to your computer and use it in GitHub Desktop.
Save sofakingworld/c47dd6a022934826f7c62769b814039b to your computer and use it in GitHub Desktop.
TSQL (MS SQL) Query result as string
select Value+CHAR(32) from Table
for xml path('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment