Skip to content

Instantly share code, notes, and snippets.

@franchb
Created January 29, 2018 09:24
Show Gist options
  • Save franchb/f4adb8624e88c7040719954500bf7818 to your computer and use it in GitHub Desktop.
Save franchb/f4adb8624e88c7040719954500bf7818 to your computer and use it in GitHub Desktop.
SQL CRLF / endline issue
REPLACE(REPLACE(REPLACE(mycolumn, CHAR(9), ''), CHAR(10), ''), CHAR(13), '') as 'mycolumn'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment