Re: [PHP] Generating MySQL Tables

2004-10-04 Thread Greg Donald
On Mon, 4 Oct 2004 22:32:40 +0200, Pete <[EMAIL PROTECTED]> wrote: > > Is MySQL off topic for this list? If so, I apologise. There is a php-db list that is more on-topic than php-general, but so long as your already here :) > I am supplied with various text (CSV, etc) data files, which I need t

Re: [PHP] Generating MySQL Tables

2004-10-04 Thread John Nichel
Pete wrote: Is MySQL off topic for this list? Yes. http://lists.mysql.com/ -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Generating MySQL Tables

2004-10-04 Thread Pete
Is MySQL off topic for this list? If so, I apologise. I am supplied with various text (CSV, etc) data files, which I need to manually massage before I import into the main database. I feel that I can deal with them better by turning them into SQL tables first. I know about LOAD DATA INFILE, bu