简体   繁体   中英

phpmyadmin export selected data from SQL to excel

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.

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:

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM