Answer the question
In order to leave comments, you need to log in
How to remove escaping when exporting from mysql to csv?
I export data from mysql to csv using the command
SELECT `somefields1`, `somefields2`.... INTO OUTFILE '.....csv' FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\\' LINES STARTING BY '' TERMINATED BY '\r\n' FROM `tmp_username_1589735165` WHERE `numbertask`='somenumber'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question