Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7436833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:18:11+00:00 2026-05-29T10:18:11+00:00

Usually, to export CSV reports from a mysql server, I connect & run a

  • 0

Usually, to export CSV reports from a mysql server, I connect & run a query on the server, save the results into a text file, and import the file to excel by specifying to separate the columns using the pipe delimited character.

I need to run a report on a table with a MEDIUMTEEXT column type, which contains comma characters, and line breaks (\n).

The line breaks and commas symbols are breaking the table layout.

SELECT `number`,REPLACE(`description`, ',', ''),  mr.`dateInserted` FROM 
`mr`  WHERE mr.dateInserted >= '2012-01-01' AND mr.dateInserted <= '2012-01-31'

I solved the comma issues by using the MySQL REPLACE function, however, how can I remove the line breaks from the results?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T10:18:12+00:00Added an answer on May 29, 2026 at 10:18 am

    Char(13) is a carriage return

    Char(10) is a line feed

    Try nested replace functions for path of least resistance 🙂

    SELECT 
        `number`, 
        REPLACE(REPLACE(REPLACE(`description`, ',', ''), CHAR(13),''), CHAR(10),''),
        mr.`dateInserted`
    FROM
        `mr`
    WHERE
        mr.dateInserted >= '2012-01-01' 
    AND 
        mr.dateInserted <= '2012-01-31'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've dumped a MySQL database I have on my local MAMP server into a
Usually, when creating a WebWorks Javascript extension you export your source files into a
Usually when I build a site, I put all the CSS into one file,
Usually, we install VS.NET on our production server, to solve problems easily with our
We usually export qt embedded environment variables like this: export QWS_DISPLAY=[:]...[:] export QWS_SIZE=800*600 export
I usually created a movieclip in flash and assign it to actionscript class(using export
I have run into a common dilemma. Many times, our company relies on using
I've usually use mysqldump to export a database. However, when the database is really
I need to export some project from a repo at my work, im using
I'm trying to export a MySQL database with a command I use quite often

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.