龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > 数据库类 > MySQL 技术 >

mysql中的Load data的使用方法

时间:2014-06-05 15:08来源:网络整理 作者:网络 点击:
分享到:
mysql中的Load data的使用方法,需学习Load data使用的朋友可以参考下
测试把txt文件导入至mysql数据库中:

table:


txt文件:D:/data.txt (txt文件下载

txt中使用 '\N' 描述null值。

导入数据:

代码如下:

load data local infile 'D:/data.txt' into table pet
lines terminated by '\r\n' ignore 1 lines;


应用mysql版本:

精彩图集

赞助商链接