2012年10月5日

【转贴】mysql导入数据load data infile用法

摘要: 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, )]load d 阅读全文

posted @ 2012-10-05 09:00 艾思派客 阅读(12021) 评论(0) 推荐(2)

导航