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-22
  • 2022-02-04
  • 2021-12-15
  • 2022-02-12
  • 2021-12-10
  • 2022-12-23
  • 2022-01-15
猜你喜欢
  • 2021-12-13
  • 2021-07-13
  • 2022-12-23
  • 2021-11-19
  • 2021-08-03
  • 2022-02-12
相关资源
相似解决方案