5 messages in com.mysql.lists.mysqlSELECT * INTO OUTFILE results with Er...
FromSent OnAttachments
Andreas Metzner12 Sep 2002 05:04 
Andreas Metzner12 Sep 2002 05:56 
Gerald Clark12 Sep 2002 06:52 
Victoria Reznichenko12 Sep 2002 07:12 
Victoria Reznichenko13 Sep 2002 07:16 
Subject:SELECT * INTO OUTFILE results with Errcode 28
From:Andreas Metzner (Andr@mra.man.de)
Date:09/12/2002 05:56:36 AM
List:com.mysql.lists.mysql

Hi All,

After a query SELECT * INTO OUTFILE "test.csv" FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' FROM testtable

the following error occurs: Error writing file 'test.csv' (Errcode: 28)

The file was written partially indeed, but not including all records matching the query.

Help would be appreciated. Thanks in advance!