How to export a table to a CSV file?

2005-05-05 Thread Homam S.A.
NOTE: I sent this message yesterday, but for some reason it didn't show up in the list. If you've already received it, I apologize for the inconvenience. So here it goes again: I searched the online manual and all I could find was a reference to a statement of the form: SELECT INTO

Re: How to export a table to a CSV file?

2005-05-05 Thread Chris
Well... it's part of the SELECT statement, so you could try looking at the SELECT documentation... http://dev.mysql.com/doc/mysql/en/select.html That has a good 9 paragraphs on the 'INTO OUTFILE' part of the SELECT statement. It also refers you to...

Re: How to export a table to a CSV file?

2005-05-05 Thread Karam Chand
If you are windows then I prefer to use SQLyog at http://www.webyog.com to do the job. ITS FREE! Karam --- Homam S.A. [EMAIL PROTECTED] wrote: NOTE: I sent this message yesterday, but for some reason it didn't show up in the list. If you've already received it, I apologize for the