Issue
I have a sql database in which i want to export some tables in CSV format. Users and purchases.
By using phpmyadmin, > Export function i've successfully exported all data in table but there are no headers (column title) in the excel sheet and its very confusing to determine data retrieved from that table.
its look like this:
And i need it like this:
Any suggestion how to do this?
Solution
This works for me. What version of phpmyadmin do you have?
- Under
Browse
, click on the table you want to export. - At the bottom, in the
Query results operations
section, click onExport
. - In
Export method
, chooseCustom
. - Change
Format
toCSV for MS Excel
. - Under
Format-specific options
, checkPut columns names in the first row
.
Answered By - S. Ahn
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.