file io - MySQL LOAD DATA INFILE error -


i try load data column table following sql-statement:

load data infile 'filelist.txt' table filelist (filepath) lines terminated '#'; 

the structure of data in each line this:

file:://///...path...txt# 

and following error message:

you have error in sql syntax near 'lines terminated '#' 

i don't know wrong. ideas?

try removing 'lines terminated '#' sql-statement. run "load data infile 'filelist.txt' table filelist (filepath)" ... comment


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -