I have a textfile which i want to import into a database,
using this sql query
"load data infile '/var/www/html/test/btpaydec01.txt' into table disk_conversion.BTPay fields terminated by ',' ignore 2 lines"
The only problem I have is that i have an ID field as the 1st field in the database which isn't present in the text file. How can I get around this?
thanks
Jamie