将特定列导入phpmyadmin数据库

我收到了一份excel文档,其中包含有关不同大使馆的信息,他们的联系电话号码等.大部分信息已经在数据库中,但我需要从该文件提取一列(电子邮件)并将其插入特定列(电子邮件)在数据库中.

这是可能的,还是只能导入数据库中所需内容的精确副本?

谢谢你的帮助

解决方法:

Export the table from PHPmyadmin as CSV for excel - 
drag it into excel - 
add the desired column - 
Save - 
export the table again from PHPmyadmin as .sql - 
copy the table creation(Not the data) - 
delete the table from PHPmyadmin- 
Run the table creation query so you Now have a blank table - 
Import the excel csv.

重要信息:备份数据库

相关文章

统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
前言 之前做了微信登录,所以总结一下微信授权登录并获取用户...
FastAdmin是我第一个接触的后台管理系统框架。FastAdmin是一...
之前公司需要一个内部的通讯软件,就叫我做一个。通讯软件嘛...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...