Young87

SmartCat's Blog

So happy to code my life!

游戏开发交流QQ群号60398951

当前位置:首页 >跨站数据测试

mycat1.6使用案例----load data file使用示例(ER分片字表数据导入)

1、mysql提供了高效的数据导入命名 load data infile:
基本语法:
load data  [low_priority] [local] infile 'file_name txt' [replace | ignore]
into table tbl_name
[fields
[terminated by't']
[OPTIONALLY] enclosed by '']
[escaped by'\' ]]
[lines terminated by'n']
[ignore number lines]
[(col_name,   )]

上一篇: mycat1.6研究环境搭建(全局序列号、读写分离、故障转移)

下一篇: 总结——01背包问题 (动态规划算法)

精华推荐