我有一个表mileage_registrants
来保存用户注册数据。它现在为所有用户都有一个department
字段NULL
。我想将.xlsx
文件中的部门数据插入表department
。有一千条记录,所以我手动插入它们很可怕。
我是否还能快速完成这项工作?
答案 0 :(得分:2)
假设您有权访问PhpMyAdmin,您可能希望将xlsx导出为CSV格式,然后使用PhpMyAdmin导入工具导入它。
请注意编码!
答案 1 :(得分:1)
你可以通过excel itselfe来做到这一点 在这里,你可以找到一个快速的教程,你可以从mysql与excel进行交互
http://www.heritage-tech.net/908/inserting-data-into-mysql-from-excel-using-vba/
http://www.heritage-tech.net/267/interfacing-with-mysql-via-excel/
http://blog.tjitjing.com/index.php/2008/02/import-excel-data-into-mysql-in-5-easy.html
强烈建议在开始生产之前进行干运行