views:

19

answers:

1

I have a large list of phrases / quotes / sentences in a text file. Mixed alphanumeric text, it hasn't been screened for "'s or ''s.

Is there an easy way to throw this into a table?

A: 

You could take a look at the LOAD DATA INFILE mysql command.

nickf