Php 或 mysql 命令 - 将 mysql 行中的数据写入文本文件
如何从导出到文本文件的 mysql 表中的一行获取所有数据,但格式如下:
- 一个字段在另一个字段下,每行一个
- 我想将该数据分成几部分,然后在 file1.txt 中保存 50 行file2.txt 中的下一个 50 等等直到结束(它不是整数,所以最后一个文件可能会有更少的行)
- 不要复制相同的条目/删除重复项
...使用 php 脚本或只是 mysql 控制台?
How do I get all data from one row from mysql table exported into text files, but formatted this way:
- one field under another, one per line
- i would like to break that data into pieces and save for example 50 lines in file1.txt then next 50 in file2.txt and so on until end (it's not round number so last file would have less lines probably)
- don't copy identical entries / remove duplicates
...using php script or just mysql console?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我可以使用命令行客户端这样做:
I might do it this way, using the command-line client:
我讨厌做别人的家庭作业/工作,但这太简单了。
所以今天吃饭,改天学钓鱼!
I hate doing peoples homework/work, but this one is just too easy.
So eat today, and learn to fish another day!