, one way to do this
is to use SELECT ... INTO OUTFILE into another file and compare this to your
original input file."
> -Original Message-
> From: Calvin Chin [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, October 28, 2001 9:08 PM
> To: [EMAIL PROTECTED]
> Subject: Help O
Hi list member,
I have a slight problem here. I am testing on the data convertion from
text file into MySQL table.
I am able to use the 'load data infile' command and insert the data into
the table, however, with 1000 warnings. I don't know where I can see the
warning messages ?
Can you peop