Skip to content

Daily Archives: March 15, 2014

You are here:
  1. Home
  2. 2014
  3. March
  4. 15

How to export MySQL table data into file CSV file, or even better, into file readable by Excel?

MySQLBy kavecanMarch 15, 2014

How to export MySQL table data into file CSV file, or even better – into Excel readable file All you have to do is that in your SQL command define how exported fields and lines will be terminated. Here is usable example – export data from table named mytable: SELECT * INTO OUTFILE ‘table.csv’ FIELDS…

© 2026. Kavecan.com. All rights reserved.
Go to Top