0
How to output MySQL query results in CSV format?
How to output MySQL query results in CSV format?
1 Réponse
0
You can use terminal/command prompt and use the following method;
"SELECT * FROM MyDatabse.dbo.MyTable" queryout C:\MySqlData.csv -c -t',' -T -S .\SQLEXPRESS