Re: LOAD DATA INFILE Opposite

2005-02-17 Thread Gleb Paharenko
Hello. Use 'SELECT INTO OUTFILE ...' See: http://dev.mysql.com/doc/mysql/en/select.html "shaun thornburgh" <[EMAIL PROTECTED]> wrote: > Hi, > > The following function loads data from a file: > > http://dev.mysql.com/doc/mysql/en/load-data.html > > Is there a function like th

RE: LOAD DATA INFILE Opposite

2005-02-15 Thread Mike Johnson
From: shaun thornburgh [mailto:[EMAIL PROTECTED] > Hi, > > The following function loads data from a file: > > http://dev.mysql.com/doc/mysql/en/load-data.html > > Is there a function like this that I can use to save the > results of a query to a CSV file for the user of my PHP > application