Hello,
I am using the LOAD DATA INFILE command to import a text file into
mysql.
However, there is much more text in the file than needed in my tables.
How can I make a selection from the text line. For example position 5 -
10 in field A, position 20-23 in field B, etc
Regards,
Joost.
I am using the LOAD DATA INFILE command to import a text file into
mysql.
However, there is much more text in the file than needed in my tables.
How can I make a selection from the text line. For example position 5 -
10 in field A, position 20-23 in field B, etc
Regards,
Joost.
Comment