Re: DB Export multiple tables to CSV

2005-03-03 Thread H Ba
On 03/03/2005 2:18 PM <[EMAIL PROTECTED]> wrote: >Are you really asking this list to help you with moving data from >Excel to some unknown set of users? That's stretching it a bit, don't >you think? No, I was actually asking if there is a way or somebody had an helpful idea on how to export mul

RE: DB Export multiple tables to CSV

2005-03-03 Thread Dathan Pattishall
SELECT * INTO OUTFILE "/dir/they/can/get/to" FROM TABLE WHERE DVP Dathan Vance Pattishall http://www.friendster.com > -Original Message- > From: H Ba [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 03, 2005 11:15 AM > To: mysql@lists.mysql.com > Subject: DB Export multiple

Re: DB Export multiple tables to CSV

2005-03-03 Thread SGreen
H Ba <[EMAIL PROTECTED]> wrote on 03/03/2005 02:14:57 PM: > I have multiple tables set up and need to export these to csv in > order to import them into Excel. Since all tables are related to > each other and I can only export one at a time, is there a way to > somehow get a "readable" file aft