以带标题的CSV导出SQL表

时间:2014-05-28 20:59:08

标签: mysql excel csv phpmyadmin

我有一个sql数据库,我想在其中导出一些CSV格式的表。用户和购买。

使用phpmyadmin,>导出功能我已成功导出表中的所有数据,但excel表中没有标题(列标题),并且确定从该表中检索的数据非常混乱。

它看起来像这样:

enter image description here

我需要这样: enter image description here

有任何建议怎么做?

2 个答案:

答案 0 :(得分:13)

这对我有用。你有什么版本的phpmyadmin?

  1. Browse下,点击要导出的表格。
  2. 在底部的Query results operations部分,点击Export
  3. Export method中,选择Custom
  4. Format更改为CSV for MS Excel
  5. Format-specific options下,选中Put columns names in the first row

答案 1 :(得分:1)

  1. 单击导出按钮
  2. 自定义导出方法
  3. 设置CSV格式
  4. 特定于格式的选项:将列名放在第一行(选中此复选框)

enter image description here