Lamentations
02-03-2006, 12:14 AM
im using query browser to run this statement
LOAD DATA INFILE 'job_list_load.txt'
INTO TABLE job_list
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
when i run this, i get lots of warnings/errors in in the result pane with the likes of :
"out of range value adjusted for column 'id' at row 1
the data goes into the table, but the columns dont contain the correct data. its almost as if my data file has some extra garbage in it, but i dont think so.
help ?
LOAD DATA INFILE 'job_list_load.txt'
INTO TABLE job_list
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
when i run this, i get lots of warnings/errors in in the result pane with the likes of :
"out of range value adjusted for column 'id' at row 1
the data goes into the table, but the columns dont contain the correct data. its almost as if my data file has some extra garbage in it, but i dont think so.
help ?