Loading data with null auto_increment,
June 17, 2007 at 4:02 PM
I have been attempting to find documentation for hours on how to load a tab delimited file to a database. The first column in the table is the primary key with auto_increment. Where do I put the syntax in the LOAD DATA INFILE to prevent the first column of the file from loading into the primary key field. I have read mysql documentation but find it confusing
View All Comments
| View Tutorial