专题文章
时长:00:00更新时间:2020-11-09 18:52:05
MySQLLOADDATAINFILE语法_MySQL:bitsCN.com load data infile '/tmp/temp.txt' into table table_name fields terminated by ',' lines terminated by '/n' (col1,col2...)将temp.txt中的数据高速导入到table_name中,并且规定插入的列(col1,col2...)temp.txt中的文件格式为:1,datacenter,sina2,bigdata,chinab
查看详情