Karl Krelove wrote:
David Logan wrote:
Karl Krelove wrote:
I'm trying to import a large amount of data from an Access database
containing information about 9,000+ students in a school system.
I've created a table 'student_list' to hold the data and issued the
following command:
LOAD DA
David Logan wrote:
Karl Krelove wrote:
I'm trying to import a large amount of data from an Access database
containing information about 9,000+ students in a school system. I've
created a table 'student_list' to hold the data and issued the
following command:
LOAD DATA INFILE 'home/karl/S
Karl Krelove wrote:
I'm trying to import a large amount of data from an Access database containing
information about 9,000+ students in a school system. I've created a table
'student_list' to hold the data and issued the following command:
LOAD DATA INFILE 'home/karl/Student_List.csv' into ta
Le Saturday 17 December 2005 04:54, Karl Krelove(Karl Krelove
<[EMAIL PROTECTED]>) disait:
Hello,
> LOAD DATA INFILE 'home/karl/Student_List.csv' into table
^^^
> student_list FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES
> TERMINATED BY '\n';
>
> In response I get: ERROR