Skip to content

Instantly share code, notes, and snippets.

@PRElias
Last active September 12, 2018 18:48
Show Gist options
  • Save PRElias/c3536a95a9902daa66f14f188807cfb7 to your computer and use it in GitHub Desktop.
Save PRElias/c3536a95a9902daa66f14f188807cfb7 to your computer and use it in GitHub Desktop.
SELECT
value
,REPLACE(REPLACE(value, CHAR(13), ''), CHAR(10), '') AS OnlyCharacters
FROM STRING_SPLIT(
'paulo
,roberto
,elias
', ',')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment