How do I export particular column in MySQL using phpmyadmin?

前端 未结 5 1697
有刺的猬
有刺的猬 2020-12-29 21:13

I do have thousands of website list and other info in MySQL database.

I want only website column named \"web\" to be exported to excel or text or csv.

I know

5条回答
  •  情歌与酒
    2020-12-29 22:09

    open the table from which you want to export only certain column , click on structure , tick mark on check box of that column , click on browse button ! after that it will show you your column data , below their is written export button click on it ! don't click on export button which is at the top bar , now export your column by clicking on go Button.

提交回复
热议问题