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
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