I'm selecting a text column in a MySQL query for export to a csv file in a PHP script. It turns out the text column has carriage returns which is causing an issue with import on the other end.
How do I remove carriage returns while making the query and just present the text? Here is my current query:
SELECT marketing_remarks AS MarketingRemarks WHERE column = "blah"