atin

mysql命令行导入大文件txt

2012-10-30 16:59  atin  阅读(391)  评论(0编辑  收藏  举报

load data local infile 文件路径 into table 表名 lines terminated by 分隔符

例:

load data local infile ‘/root/aa.txt’ into table t lines terminated by ‘\t’;

分类:

技术点:

相关文章:

  • 2021-12-10
  • 2021-12-10
  • 2021-12-10
  • 2021-08-03
  • 2021-12-16
  • 2021-12-02
猜你喜欢
  • 2021-12-10
  • 2021-12-13
  • 2021-07-13
  • 2022-12-23
  • 2021-11-19
  • 2021-12-16
相关资源
相似解决方案