Hey Folks,
I'm trying to remove all carriage return and line feeds from a column in teradata V2R6. I'm using the below syntax:
TRIM(BOTH '0A'XC FROM TRIM(BOTH '0D'XC FROM field_name))
However, this doesn't seem to remove the characters as it should. I have also tried:
TRIM(BOTH '0D'XC...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.