Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ccotton333

    Remove All carriage returns and line feeds from a column

    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...

Part and Inventory Search

Back
Top