Home > Backend Development > PHP Tutorial > 小弟我用phpmyadmin导入excel小弟我表里面有自增字段导不进去怎么处理

小弟我用phpmyadmin导入excel小弟我表里面有自增字段导不进去怎么处理

WBOY
Release: 2016-06-13 10:45:53
Original
984 people have browsed it

我用phpmyadmin导入excel我表里面有自增字段导不进去怎么办?
我把excel转换成csv导入,我想跳过自增字段插入,要怎么做呢

------解决方案--------------------
指定字段导入 
load data infile 'csv文件' into table 表名(name,age);

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template