如何将单个表从 phpmyadmin 导出到逗号分隔的文本文件?
我需要将表从 phpmyadmin 导出到逗号分隔的文本文件。我认为有一个代码,但似乎找不到它。我找到了一个,但它不起作用。
我需要导出此表,因为我需要对其进行组织和排序并添加另一列,以便我可以将数据添加到此列。
请问我该怎么做?
I need to export a table from phpmyadmin to a comma delimited text file. I think there is a code but can't seem to find it. I found one but it doesnt work.
I need to export this table because I need to organize it and sort it and add another column so I can add data to this column.
How can I do this please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
在 PHPAdmin 中,如果我没记错的话,有一个“导出”选项卡。如果单击该按钮,您可以选择要导出的表以及导出数据的格式。CSV、.zip、.gzip 等...
In PHPAdmin, if I recall correctly, there is an Export tab. If you click on that, you can select the table(s) you want to export and which format you would like to export the data in. CSV, .zip, .gzip, etc...
执行这条语句:
Execute this statement:
选择数据库并单击“导出”选项卡。选择要导出的表。使用 CSV 作为格式。
Select the database and click the 'Export' tab. Select the table to export. Use CSV as the format.
正如之前提到的,您有一个用于执行操作的导出选项卡。但是,如果您想导出一个棘手的问题或非常特殊的订单,您可以执行以下操作:
As mention before you have a export tab for do things things. But if you want to export a tricky question or a very special ordering you can do as following: