I am using MySQL. My data has a column called text, which uses the TEXT data type.
text
There are several newlines for each record in this column. I want to
The above version with single backslash cleared up some for me but also had to run this to clear up the rest.
REPLACE(REPLACE(FIELD, '\\n', ''), '\\r', '')