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