"Bessares, Bob" <[EMAIL PROTECTED]> wrote:
> Hello MYSQL Genii,
> I am trying to run a query that returns results to a .csv file using mysql's 'INTO
> OUTFILE'.
> The problem is whenever I write the file I lose my the field names for each
> column. For example, when I run the query at command lin
Hello MYSQL Genii,
I am trying to run a query that returns results to a .csv file using mysql's 'INTO
OUTFILE'.
The problem is whenever I write the file I lose my the field names for each
column. For example, when I run the query at command line mysql:
mysql> SELECT distinct count(*), Product FRO