Re: Outputting Data

2004-10-27 Thread Steve Davies
Hi Christopher You need the FROM MembersData directly after the SELECT and before outputting. HTH Steve Christopher Chamber wrote: I have a query: $QRY = "SELECT * FROM MembersData"; --> Executes fine, no problems. I have another though: $DataSet3 = "SELECT * INTO OUTFILE '/www/Export/DataSet3.cs

Re: Outputting Data

2004-10-26 Thread Scott Haneda
on 10/26/04 3:16 PM, Christopher Chamber at [EMAIL PROTECTED] wrote: > I have a query: > > $QRY = "SELECT * FROM MembersData"; > > --> Executes fine, no problems. > > I have another though: > > $DataSet3 = "SELECT * INTO OUTFILE '/www/Export/DataSet3.csv' > FIELDS TERMINATED BY ',' OPTIONALLY