13 messages in com.mysql.lists.mysqlRE: CSV Formated output
FromSent OnAttachments
Jeff McKeon03 Jul 2003 04:37 
Andy Eastham03 Jul 2003 05:05 
Joe Baptista03 Jul 2003 05:32 
Matthew Smith03 Jul 2003 05:44 
Jeff McKeon03 Jul 2003 05:49 
Jay Blanchard03 Jul 2003 06:25 
Andy Eastham03 Jul 2003 06:25 
Jeff McKeon03 Jul 2003 07:24 
Jeff McKeon03 Jul 2003 07:31 
Jeff McKeon03 Jul 2003 07:49 
Victor Pendleton03 Jul 2003 08:02 
Mark Matthews03 Jul 2003 08:04 
Jeff McKeon03 Jul 2003 09:37 
Subject:RE: CSV Formated output
From:Andy Eastham (an@barllama.demon.co.uk)
Date:07/03/2003 05:05:24 AM
List:com.mysql.lists.mysql

Jeff,

Use SELECT INTO OUTFILE and FIELDS TERMINATED BY ','

See the manual for more info.

Andy

-----Original Message----- From: Jeff McKeon [mailto:jmck@telaurus.com] Sent: 03 July 2003 12:38 To: mys@lists.mysql.com Subject: CSV Formated output

Is there a way to output the results of a select query into a CSV or Comma Deliminated format?

Thanks,