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?
