MySQL Forums
Forum List  »  General

Re: SELECT * INTO OUTFILE doe not work on Windows
Posted by: Peter Brawley
Date: July 03, 2021 09:50AM

In the MySQL client program, if you're using those execrable Windows path backslashes, you need to escape them with backslashes ...

SELECT * INTO OUTFILE 'c:\\in\\tournament.csv'

Best use forward slashes, the MySQL client program will substitute as needed.

Options: ReplyQuote


Subject
Written By
Posted
Re: SELECT * INTO OUTFILE doe not work on Windows
July 03, 2021 09:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.