Re: Query INTO OUTFILE Problem

2004-03-10 Thread Egor Egorov
"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

Query INTO OUTFILE Problem

2004-03-09 Thread Bessares, Bob
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