使用loader 为什么第一行的数据导不进去表中?
@pdserver_local control=F:\XX\TBL_LRTEMPIN.ctl log=TBL_LRTEMPIN.log bad=TBL_LRTEMPIN.bad skip=1
load data infile 'F:\DATELOAD\2016.csv' insert into table TBL_LRTEMPIN
truncate fields terminated by "," optionally enclosed by "'"
trailing nullcols (字段1,字段2)
excel:
字段1 字段2
1 2
11 22
111 222
我的
11 22
111 222
能进入表里,可是1,2这行数据进不去?为什么啊?
我也换使用过,append、replace 但是还是不好事,求高手!