Hi guys, I need to import a single field into a mysql table from
a text file. Namely, what I need is this:
MySql Table = mdrecord
Field = regnumber
Text document is structured as follows:
0111245-554,
0111246-554,
.
.
.
0111301-554,
They are in no particular order and have comma delimiters
and hard return.
Would appreciate any help, I've tried searching but cannot find
any insight into this.
Thanks,
wl. 😕