I have a problem where I need to just export selected data from my phpmyadmin, i'm using XAMPP.
I have a table named "Tbl_Records
" and I only need to get all the data of year 2014 or just a specific year in that table.
I tried
Select * From Tbl_Records Where Year = 2014
in Phpmyadmin to get only the specific year and then exported the data but it still exported everything.
In PhpMyAdmin, go into the SQL tab and enter your query in there. Hit go, then click Export at the bottom of your results. You can select to export as a CSV.
In Object Explorer, right-click the required database/table/view and click Export Data on the shortcut menu to invoke the export wizard. On its first page, Export format, select the preferred format: MS Excel (. xls) or MS Excel 2007 (. xlsx).
You need to use the Export
link located under the data from the query and not the Export tab at the top, as shown in the picture below:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With